Changed wrapper location

Installing `node_modules` in `/` fails

made a directory named `/wrapper/` and moved files there to resolve.

updated entrypoint to match new location.
This commit is contained in:
Michael (Parker) Parker
2024-10-31 21:59:23 -04:00
parent d5d2194f6b
commit 51edfd31b6
2 changed files with 5 additions and 5 deletions

View File

@@ -45,4 +45,4 @@ fi
export LD_LIBRARY_PATH=$(pwd)/RustDedicated_Data/Plugins/x86_64:$(pwd)
# Run the Server
wrapper "${MODIFIED_STARTUP}"
/wrapper/wrapper.js "${MODIFIED_STARTUP}"