Changeset 49 for scripts


Ignore:
Timestamp:
Jun 5, 2014, 11:58:54 PM (10 years ago)
Author:
alloc
Message:

Scripts: Fixed updatescripts

File:
1 edited

Legend:

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

    r48 r49  
    77        REMOTE=$(wget -qO- http://illy.bz/fi/7dtd/VERSION | grep "Version" | cut -d\  -f2)
    88       
    9         if [ $CURRENT -gt $LOCAL ]; then
     9        if [ $REMOTE -gt $LOCAL ]; then
    1010                echo "A newer version of the scripts is available."
    1111                echo "Local:     v.$LOCAL"
Note: See TracChangeset for help on using the changeset viewer.