~inx-devel/inx/scriptsandfunctions

« back to all changes in this revision

Viewing changes to lib/inx/update-inx

  • Committer: Peter Garrett
  • Date: 2010-01-07 20:27:13 UTC
  • Revision ID: inx-one@optusnet.com.au-20100107202713-pt1wkeoqaots82hk
Minor edit to update-inx

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
        echo -e "\n  This makes a backup of your INX configuration,"
85
85
        echo -e "  then grabs the most recent INX scripts and configurations.\n"
86
86
        white
87
 
        echo -e "  The most recent available update on the INX server is time stamped as:"
 
87
        echo -e "  The most recent available update on the INX server is time stamped as:\n"
88
88
        wget -q -O - http://inx.maincontent.net/updates/date
 
89
        
89
90
        green
 
91
        
90
92
        echo -e "\n  Continue? Your existing settings will be backed up. (Type n to abort)"
91
93
        read -s -n 1 BACKUPS
92
94
        if [ "$BACKUPS" = "n" -o "$BACKUPS" = "N" ] ; then