- Timestamp:
- Aug 26, 2017, 7:52:59 PM (7 years ago)
- Location:
- scripts/usr/local/lib/7dtd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/usr/local/lib/7dtd/VERSION
r308 r310 1 Version: 1 092 Release: 2017-08- 071 Version: 110 2 Release: 2017-08-26 3 3 -
scripts/usr/local/lib/7dtd/commands/updateengine.sh
r308 r310 235 235 fi 236 236 if [ "$DOCHECK" = "yes" ]; then 237 rm /root/Steam/appcache/appinfo.vdf 237 238 cd $SDTD_BASE/steamcmd 238 239 239 ./steamcmd.sh +login anonymous +app_info_request 294420 +app_info_update 1 +app_info_print 294420 +quit | grep -A 1000 \"294420\" 2>/dev/null > /tmp/7dtd-appinfo240 ./steamcmd.sh +login anonymous +app_info_request 294420 +app_info_update +app_info_update 1 +app_info_print 294420 +quit | grep -A 1000 \"294420\" 2>/dev/null > /tmp/7dtd-appinfo 240 241 241 242 local BUILDID=$(grep -A 1000 \"branches\" /tmp/7dtd-appinfo | grep -A 1000 \"public\" | grep -B 10 \} --max-count=1 | grep \"buildid\" | cut -d\" -f4)
Note:
See TracChangeset
for help on using the changeset viewer.