Switch scripts to bash

Closes #268, #269
This commit is contained in:
Sandro Jäckel
2019-07-05 09:15:18 +02:00
parent 7028eb72f6
commit 29ee60236e
5 changed files with 5 additions and 5 deletions

View File

@ -35,7 +35,7 @@ if [ "$NRTMPSAVES" -gt 0 ]; then
rm -f "$SAVES"/*.tmp.zip
fi
if [[ $UPDATE_MODS_ON_START ]]; then
if [[ ${UPDATE_MODS_ON_START:-} ]]; then
./docker-update-mods.sh
fi