diff --git a/Factorio/screenstart.sh b/Factorio/screenstart.sh index 7945f12..a0a7299 100644 --- a/Factorio/screenstart.sh +++ b/Factorio/screenstart.sh @@ -95,8 +95,8 @@ if [ -f "$VERSION_FILE" ]; then #mod updater #default mods, most servers will use this mod dir #servers w/ special mods will need a new line under here and a new dir created for them. - /usr/bin/python3 /home/factorio/mod_updater.py -s /home/factorio/servers/Master/server-settings.json -m /home/factorio/mods/default --token 2674c79ebc4236ff57d49fb9e04c29 --username clash --fact-path /home/factorio/factorio/bin/x64/factorio --update - #/usr/bin/python3 /home/factorio/mod_updater.py -s /home/factorio/servers/Master/server-settings.json -m /home/factorio/mods/dad --token 2674c79ebc4236ff57d49fb9e04c29 --username clash --fact-path /home/factorio/factorio/bin/x64/factorio --update + /usr/bin/python3 /home/factorio/mod_updater.py -s /home/factorio/servers/Master/server-settings.json -m /home/factorio/mods/default --token 2674c79ebc4236ff57d9fb9e04c29 --username clash --fact-path /home/factorio/factorio/bin/x64/factorio --update + #/usr/bin/python3 /home/factorio/mod_updater.py -s /home/factorio/servers/Master/server-settings.json -m /home/factorio/mods/dad --token 2674c79ebc4236ff57d9fb9e04c29 --username clash --fact-path /home/factorio/factorio/bin/x64/factorio --update else echo "Factorio is already up-to-date. No need to download an update."