diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 8802dd0..6d5339c 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -9,4 +9,4 @@ if [ -d "/scripts" ]; then SCRIPT_PATH="/scripts" fi -/usr/bin/sleeper -dir $SERVER_PATH -scriptPath $SCRIPT_PATH \ No newline at end of file +/usr/bin/sleeper -dir $SERVER_PATH -scriptPath $SCRIPT_PATH "$@" \ No newline at end of file diff --git a/go.mod b/go.mod index 11284d5..5a51fd8 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module meow.tf/residentsleeper -go 1.12 +go 1.16 require ( github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d