From 80cdbdc8de5759d4cf90e7f74860062c4a53a2f9 Mon Sep 17 00:00:00 2001 From: Isaac A Date: Mon, 10 Sep 2018 17:23:08 -0400 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index fa911de..33a9054 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -12,7 +12,7 @@ MODIFIED_STARTUP=`eval echo $(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g' echo ":/home/container$ ${MODIFIED_STARTUP}" # OxideMod has been replaced with uMod -if [ -f OXIDE_FLAG ] || [ "${OXIDE}" = 1 ] || [ "${UMOD}" == 1 ]; then +if [ -f OXIDE_FLAG ] || [ "${OXIDE}" = 1 ] || [ "${UMOD}" = 1 ]; then echo "Updating uMod..." curl -sSL "https://umod.org/games/rust/download" > umod.zip unzip -o -q umod.zip