- Timestamp:
- Jun 5, 2014, 11:58:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/usr/local/lib/7dtd/commands/updatescripts.sh
r48 r49 7 7 REMOTE=$(wget -qO- http://illy.bz/fi/7dtd/VERSION | grep "Version" | cut -d\ -f2) 8 8 9 if [ $ CURRENT-gt $LOCAL ]; then9 if [ $REMOTE -gt $LOCAL ]; then 10 10 echo "A newer version of the scripts is available." 11 11 echo "Local: v.$LOCAL"
Note:
See TracChangeset
for help on using the changeset viewer.