From 095113beca85a58311e9c7c671cdd168330290cb Mon Sep 17 00:00:00 2001 From: Clarth Date: Tue, 23 Jan 2024 13:31:48 -0500 Subject: [PATCH] Update Factorio/screenstart.sh --- Factorio/screenstart.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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."