Changeset 481 for scripts/usr/local/lib/7dtd/commands
- Timestamp:
- Nov 14, 2023, 2:48:08 PM (12 months ago)
- Location:
- scripts/usr/local/lib/7dtd/commands
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/usr/local/lib/7dtd/commands/instances.sh
r480 r481 75 75 76 76 $EDITOR $IPATH/config.xml 77 configSetAutoParameters "$INSTANCE"78 77 79 78 if [ -f "$SDTD_BASE/templates/admins.xml" ]; then -
scripts/usr/local/lib/7dtd/commands/start.sh
r480 r481 56 56 SSD_DAEMON="--background --no-close" 57 57 SSD_USER="--chuid $SDTD_USER:$SDTD_GROUP --user $SDTD_USER" 58 OPTS="-logfile $LOG -nographics -configfile=$(getInstancePath $1)/config.xml "58 OPTS="-logfile $LOG -nographics -configfile=$(getInstancePath $1)/config.xml -TelnetEnabled=true -AdminFileName=admins.xml -UserDataFolder=$(getInstancePath $1) " 59 59 60 60 if [ "$(uname -m)" = "x86_64" ]; then -
scripts/usr/local/lib/7dtd/commands/updateengine.sh
r480 r481 174 174 PASSWORDARG=-betapassword $BRANCHPASSWORD 175 175 fi 176 #echo ./steamcmd.sh + login anonymous +force_install_dir $SDTD_BASE/engine+app_update 294420 -validate -beta $BRANCHNAME $PASSWORDARG +quit177 ./steamcmd.sh + login anonymous +force_install_dir $SDTD_BASE/engine+app_update 294420 -validate -beta $BRANCHNAME $PASSWORDARG +quit176 #echo ./steamcmd.sh +force_install_dir $SDTD_BASE/engine +login anonymous +app_update 294420 -validate -beta $BRANCHNAME $PASSWORDARG +quit 177 ./steamcmd.sh +force_install_dir $SDTD_BASE/engine +login anonymous +app_update 294420 -validate -beta $BRANCHNAME $PASSWORDARG +quit 178 178 179 179 if [ -d /usr/local/lib/7dtd/server-fixes ]; then
Note:
See TracChangeset
for help on using the changeset viewer.