Pass in arguments from entrypoint.sh
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler
2021-06-12 01:42:31 -04:00
parent f9512b2485
commit f2829c25d9
2 changed files with 2 additions and 2 deletions

View File

@ -9,4 +9,4 @@ if [ -d "/scripts" ]; then
SCRIPT_PATH="/scripts"
fi
/usr/bin/sleeper -dir $SERVER_PATH -scriptPath $SCRIPT_PATH
/usr/bin/sleeper -dir $SERVER_PATH -scriptPath $SCRIPT_PATH "$@"