Using image helper to download MODS

#1031
This commit is contained in:
Geoff Bourne
2021-10-10 09:33:17 -05:00
parent 2e37c16b2c
commit e5e9b0d928
3 changed files with 8 additions and 21 deletions
+2 -2
View File
@@ -58,7 +58,7 @@ if [[ ! -e ${SERVER} ]]; then
exit 10
fi
mv fabric-server-launch.jar ${SERVER}
mv fabric-server-launch.jar "${SERVER}"
fi
exec ${SCRIPTS:-/}start-setupWorld $@
exec ${SCRIPTS:-/}start-setupWorld "$@"