Changeset 463 for locker/deploy/bin/onathena
- Timestamp:
- Oct 13, 2007, 10:18:22 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
locker/deploy/bin/onathena
r457 r463 18 18 19 19 sshrun() { 20 athrun scripts scripts-ssh -l"$lname" "/mit/scripts/$@" 2>/dev/null20 athrun scripts scripts-ssh "$lname" "/mit/scripts/$@" 2>/dev/null 21 21 } 22 22 23 23 vsshrun() { 24 athrun scripts scripts-ssh -l"$lname" "/mit/scripts/$@"24 athrun scripts scripts-ssh "$lname" "/mit/scripts/$@" 25 25 } 26 26 … … 32 32 fi 33 33 echo 34 echo ERROR:34 echo "ERROR:" 35 35 printf "$2" 36 printf "$3"37 36 exit 38 37 fi … … 143 142 sqluser=$lname 144 143 . "/mit/scripts/sql/bin$scriptsdev/save-password" 145 checksqlpass 1 'The MySQL password that you typed appears to be incorrect.\n' ''144 checksqlpass 1 'The MySQL password that you typed appears to be incorrect.\n' 146 145 echo 147 146 echo "OK. Continuing with the install..." 148 147 else 149 checksqlpass 0 'The MySQL login information in your .my.cnf file\n ' 'appears to be incorrect.\n'148 checksqlpass 0 'The MySQL login information in your .my.cnf file\nappears to be incorrect.\n' 150 149 fi 151 150 fi
Note: See TracChangeset
for help on using the changeset viewer.