A way to do it without variables

Found in the OxideMod example start script. Needs testing, but I'd imagine it works.
This commit is contained in:
Unknown 2017-07-09 21:59:36 -04:00
parent 065be5e299
commit 2e9c27f36a

View File

@ -17,5 +17,8 @@ if [ -f OXIDE_FLAG ]; then
rm oxide.zip rm oxide.zip
fi fi
# Fix for Rust not starting
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)
# Run the Server # Run the Server
node /wrapper.js "${MODIFIED_STARTUP}" node /wrapper.js "${MODIFIED_STARTUP}"