Changeset 456 for locker/deploy/bin/onathena
- Timestamp:
- Oct 13, 2007, 4:25:50 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
locker/deploy/bin/onathena
r438 r456 7 7 fi 8 8 } 9 10 die() { 11 echo "== INSTALLATION FAILED ==" 12 echo "Sorry, the installation failed:" 13 echo "$@" 14 echo "Please contact scripts@mit.edu and provide a copy of the output of this installer." 15 exit 1 16 } 17 9 18 10 19 sshrun() { … … 30 39 } 31 40 32 #if [ "$override" = "" ]; then33 #echo "The scripts.mit.edu automatic installers are currently unavailable."34 #echo "We hope to make them available again soon."35 #echo "If you would like us to notify you as soon as they are available again,"36 #echo "let us know by sending us an e-mail at scripts@mit.edu"37 #exit38 #fi41 if [ "$override" = "" ]; then 42 echo "The scripts.mit.edu automatic installers are currently unavailable." 43 echo "We hope to make them available again soon." 44 echo "If you would like us to notify you as soon as they are available again," 45 echo "let us know by sending us an e-mail at scripts@mit.edu" 46 exit 47 fi 39 48 40 49 echo … … 216 225 cd $origdir 217 226 218 sshrun "deploy$scriptsdev/bin/$deploy '$sname' '$deploy' '$addrend' '$admin_username' '$requires_sql' '$scriptsdev' '$USER'"227 vsshrun "deploy$scriptsdev/bin/$deploy '$sname' '$deploy' '$addrend' '$admin_username' '$requires_sql' '$scriptsdev' '$USER'" || die "Unknown failure during configuration" 219 228 rm -f /$lroot/web_scripts/$addrend/.scripts-tmp 220 229 checkfailed
Note: See TracChangeset
for help on using the changeset viewer.