This commit is contained in:
2025-05-22 06:35:39 -07:00
parent e49e46cdec
commit b77a29215c
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ chmod +x /foundry/
# Run.
echo "INFO ! Starting FoundryVTT Server"
echo " "
# exec node /foundry/resources/app/main.js --dataPath=/foundry/data
su foundry -c 'node /foundry/resources/app/main.js --dataPath=/foundry/data --ignore-gpu-blacklist'
# exec node /foundry/fvtt/resources/app/main.js --dataPath=/foundry/data
su foundry -c 'node /foundry/fvtt/resources/app/main.js --dataPath=/foundry/data --ignore-gpu-blacklist'
exit