From 03cdedff3d42d3438d03a91ecdcdef09b4ec13c4 Mon Sep 17 00:00:00 2001 From: fithwum <34775371+fithwum@users.noreply.github.com> Date: Tue, 9 Mar 2021 13:34:41 -0800 Subject: [PATCH] Update Install_Script.sh --- files/Install_Script.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/Install_Script.sh b/files/Install_Script.sh index f2165fa..bea66f3 100644 --- a/files/Install_Script.sh +++ b/files/Install_Script.sh @@ -19,6 +19,7 @@ chmod +x /foundry/ # Run. echo "INFO ! Starting FoundryVTT Server" echo " " -exec node /foundry/fvtt/resources/app/main.js --dataPath=/foundry/data +# exec node /foundry/fvtt/resources/app/main.js --dataPath=/foundry/data +su foundry -c 'node /foundry/fvtt/resources/app/main.js --dataPath=/foundry/data' exit