Update Factorio/screenstart.sh
This commit is contained in:
parent
f0ff04f325
commit
095113beca
|
@ -95,8 +95,8 @@ if [ -f "$VERSION_FILE" ]; then
|
||||||
#mod updater
|
#mod updater
|
||||||
#default mods, most servers will use this mod dir
|
#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.
|
#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/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 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 2674c79ebc4236ff57d9fb9e04c29 --username clash --fact-path /home/factorio/factorio/bin/x64/factorio --update
|
||||||
|
|
||||||
else
|
else
|
||||||
echo "Factorio is already up-to-date. No need to download an update."
|
echo "Factorio is already up-to-date. No need to download an update."
|
||||||
|
|
Loading…
Reference in New Issue