Pass in arguments from entrypoint.sh
continuous-integration/drone/push Build is passing Details

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" SCRIPT_PATH="/scripts"
fi fi
/usr/bin/sleeper -dir $SERVER_PATH -scriptPath $SCRIPT_PATH /usr/bin/sleeper -dir $SERVER_PATH -scriptPath $SCRIPT_PATH "$@"

2
go.mod
View File

@ -1,6 +1,6 @@
module meow.tf/residentsleeper module meow.tf/residentsleeper
go 1.12 go 1.16
require ( require (
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d