Detect if OXIDE_FLAG exists, and update OxideMod if it does.
This commit is contained in:
parent
41e8bf3185
commit
065be5e299
|
|
@ -10,5 +10,12 @@ cd /home/container
|
||||||
MODIFIED_STARTUP=`eval echo $(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')`
|
MODIFIED_STARTUP=`eval echo $(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')`
|
||||||
echo ":/home/container$ ${MODIFIED_STARTUP}"
|
echo ":/home/container$ ${MODIFIED_STARTUP}"
|
||||||
|
|
||||||
|
if [ -f OXIDE_FLAG ]; then
|
||||||
|
echo "Updating OxideMod..."
|
||||||
|
curl "https://dl.bintray.com/oxidemod/builds/Oxide-Rust.zip" > oxide.zip
|
||||||
|
unzip oxide.zip
|
||||||
|
rm oxide.zip
|
||||||
|
fi
|
||||||
|
|
||||||
# Run the Server
|
# Run the Server
|
||||||
node /wrapper.js "${MODIFIED_STARTUP}"
|
node /wrapper.js "${MODIFIED_STARTUP}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user