From 2a7d96dee0420bfe700d77ef99f3a4b1ace6f656 Mon Sep 17 00:00:00 2001 From: fithwum Date: Wed, 15 Jun 2022 21:04:20 -0700 Subject: [PATCH] added ignore-gpu-blacklist --- files/Install_Script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/Install_Script.sh b/files/Install_Script.sh index 8bf71b0..4d2f599 100644 --- a/files/Install_Script.sh +++ b/files/Install_Script.sh @@ -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' +su foundry -c 'node /foundry/fvtt/resources/app/main.js --dataPath=/foundry/data --ignore-gpu-blacklist' exit