Browse Source

Add updatebranch variable

Add updatebranch variable.
pull/1422/head
Digital-Storm 8 years ago
committed by GitHub
parent
commit
22a8f19eee
  1. 3
      Factorio/fctrserver

3
Factorio/fctrserver

@ -49,6 +49,7 @@ channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off" updateonstart="off"
updatebranch="stable"
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup ## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup
maxbackups="4" maxbackups="4"
@ -187,4 +188,4 @@ fi
core_dl.sh core_dl.sh
core_functions.sh core_functions.sh
getopt=$1 getopt=$1
core_getopt.sh core_getopt.sh

Loading…
Cancel
Save