Skip to content

Commit

Permalink
Fix SKIPUPDATE improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
wolveix authored Dec 14, 2023
1 parent 345763a commit 001254a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ if [ -n "$SERVERIP" ]; then
SERVERIP="-multihome=\"$SERVERIP\""
fi

if [[ "${SKIPUPDATE,,}" != "true" ]] && [ ! -f "/config/gamefiles/FactoryServer.sh" ]; then
if [[ "${SKIPUPDATE,,}" != "false" ]] && [ ! -f "/config/gamefiles/FactoryServer.sh" ]; then
printf "%s Skip update is set, but no game files exist. Updating anyway\\n" "${MSGWARNING}"
SKIPUPDATE="false"
fi
Expand Down

0 comments on commit 001254a

Please sign in to comment.