mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-04-08 02:11:33 +00:00
8 lines
121 B
Bash
Executable File
8 lines
121 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
# migrate DB
|
|
fg_http/bin/fg_http eval "FgHttp.Release.migrate"
|
|
|
|
# start app
|
|
fg_http/bin/fg_http start
|