Changeset 463 for locker/deploy


Ignore:
Timestamp:
Oct 13, 2007, 10:18:22 PM (17 years ago)
Author:
andersk
Message:
ssh sucks.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • locker/deploy/bin/onathena

    r457 r463  
    1818
    1919sshrun() {
    20   athrun scripts scripts-ssh -l "$lname" "/mit/scripts/$@" 2>/dev/null
     20  athrun scripts scripts-ssh "$lname" "/mit/scripts/$@" 2>/dev/null
    2121}
    2222
    2323vsshrun() {
    24   athrun scripts scripts-ssh -l "$lname" "/mit/scripts/$@"
     24  athrun scripts scripts-ssh "$lname" "/mit/scripts/$@"
    2525}
    2626
     
    3232        fi
    3333        echo
    34         echo ERROR:
     34        echo "ERROR:"
    3535        printf "$2"
    36         printf "$3"
    3736        exit
    3837    fi
     
    143142      sqluser=$lname
    144143      . "/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'
    146145      echo
    147146      echo "OK.  Continuing with the install..."
    148147  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'
    150149  fi
    151150fi
Note: See TracChangeset for help on using the changeset viewer.