This commit is contained in:
2023-01-28 06:20:55 -08:00
parent fbb0887e96
commit 4b157cb1a1
2 changed files with 2 additions and 2 deletions

View File

@@ -20,6 +20,6 @@ chmod +x /foundry/
echo "INFO ! Starting FoundryVTT Server"
echo " "
# 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'
foundry -c 'node /foundry/fvtt/resources/app/main.js --dataPath=/foundry/data --ignore-gpu-blacklist'
exit