mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-03-21 21:41:48 +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
|