From fbeebd6e7bd3f4d960dc97bd6bd0cb10da56eaab Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 5 Nov 2017 21:33:35 -0500 Subject: [PATCH] Change Oxide logic --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index f988a4a..4131389 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -13,7 +13,7 @@ export INTERNAL_IP=`ip route get 1 | awk '{print $NF;exit}'` MODIFIED_STARTUP=`eval echo $(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')` echo ":/home/container$ ${MODIFIED_STARTUP}" -if [ -f OXIDE_FLAG ]; then +if [ -f OXIDE_FLAG ] || [ "${OXIDE}" = 1 ]; then echo "Updating OxideMod..." curl -sSL "https://github.com/OxideMod/Oxide/releases/download/latest/Oxide-Rust.zip" > oxide.zip unzip -o -q oxide.zip