pinchflat/rel/overlays/bin/docker_start
2025-01-21 12:29:55 -08:00

14 lines
212 B
Bash
Executable file

#!/bin/sh
/app/bin/check_file_permissions
if [ $? -ne 0 ]; then
echo "Filesystem error. Exiting."
exit 1
fi
umask 000
/app/bin/migrate
cd -P -- "$(dirname -- "$0")"
PHX_SERVER=true exec ./pinchflat start