This commit is contained in:
2025-05-22 06:29:55 -07:00
parent e420e88815
commit e49e46cdec
2 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
# All rights reserved
# Variables.
FVTT_VERSION=11
FVTT_VERSION=13
echo " "
echo "Current FoundryVTT Release version is ${FVTT_VERSION}."
@@ -19,7 +19,7 @@ chmod +x /foundry/
# Run.
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'
# 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'
exit