prophunt-garrysmod/cronTest/entrypoint.sh
2019-07-21 23:04:00 +02:00

17 lines
192 B
Bash

#!/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