Update Install_Script.sh

This commit is contained in:
fithwum
2020-06-22 08:56:26 -07:00
parent 60276b67f0
commit 9e309e79af

View File

@@ -33,6 +33,6 @@ chmod +x /foundry/
echo " "
echo "INFO ! Starting FoundryVTT-${FVTT_VERSION}"
echo " "
exec /foundry/fvtt/resources/app/main.js # ; --dataPath=/foundry/data
exec /foundry/fvtt/resources/app/main.js --dataPath=/foundry/data
exit