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:
parent
065be5e299
commit
2e9c27f36a
|
|
@ -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}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user