mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-02-06 17:20:17 +00:00
9 lines
128 B
Bash
Executable File
9 lines
128 B
Bash
Executable File
#!/usr/bin/env sh
|
|
set -e
|
|
|
|
# migrate DB
|
|
fz_http/bin/fz_http eval "FzHttp.Release.migrate"
|
|
|
|
# start app
|
|
fz_http/bin/fz_http start
|