Ignore:
Timestamp:
Aug 26, 2017, 7:52:59 PM (7 years ago)
Author:
alloc
Message:

scripts 110

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/usr/local/lib/7dtd/commands/updateengine.sh

    r308 r310  
    235235        fi
    236236        if [ "$DOCHECK" = "yes" ]; then
     237                rm /root/Steam/appcache/appinfo.vdf
    237238                cd $SDTD_BASE/steamcmd
    238239
    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-appinfo
     240                ./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
    240241       
    241242                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.