mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
9 lines
128 B
Bash
Executable File
9 lines
128 B
Bash
Executable File
#!/usr/bin/env sh
|
|
set -e
|
|
|
|
# migrate DB
|
|
cf_http/bin/cf_http eval "CfHttp.Release.migrate"
|
|
|
|
# start app
|
|
cf_http/bin/cf_http start
|