prophunt-garrysmod/cronTest/entrypoint.sh

17 lines
192 B
Bash
Raw Normal View History

2019-07-21 23:04:00 +02:00
#!/bin/bash
if [ "${DEBUGGING}" = "true" ]; then
set -o xtrace
fi
set -o errexit
set -o pipefail
echo "starting entrypoint.sh"
set -e
#start cron
bash "/home/initCron.sh"
exec /bin/bash