updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user