Update Install_Script.sh

This commit is contained in:
fithwum
2021-03-09 13:34:41 -08:00
parent 59821f0db6
commit 03cdedff3d

View File

@@ -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