Changeset 1492 for branches/locker-dev/locker/deploy/bin/onathena
- Timestamp:
- Feb 26, 2010, 12:14:45 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/locker-dev/locker/deploy/bin/onathena
r1420 r1492 1 1 #!/bin/sh 2 3 if [ "$aicontact" = "" ]; then 4 aicontact="scripts@mit.edu" 5 fi 6 7 if [ "$aimaintainer" = "" ]; then 8 aimaintainer="scripts.mit.edu" 9 fi 10 2 11 3 12 checkfailed() { … … 12 21 echo "Sorry, the installation failed:" 13 22 echo "$@" 14 echo "Please contact scripts@mit.eduand provide a copy of the output of this installer."23 echo "Please contact $aicontact and provide a copy of the output of this installer." 15 24 exit 1 16 25 } … … 41 50 override=1 42 51 if [ "$override" = "" ]; then 43 echo "The scripts.mit.eduautomatic installers are currently unavailable."52 echo "The $aimaintainer automatic installers are currently unavailable." 44 53 echo "We hope to make them available again soon." 45 54 echo "If you would like us to notify you as soon as they are available again," 46 echo "let us know by sending us an e-mail at scripts@mit.edu"55 echo "let us know by sending us an e-mail at $aicontact" 47 56 exit 48 57 fi 49 58 50 59 echo 51 echo "== Welcome to the scripts.mit.eduinstaller for $sname =="60 echo "== Welcome to the $aimaintainer installer for $sname ==" 52 61 echo 53 62 … … 55 64 echo "see <http://scripts.mit.edu/start>." 56 65 echo 57 echo "Please report problems with this installer to scripts@mit.edu."66 echo "Please report problems with this installer to $aicontact." 58 67 echo 59 68 echo "Are you performing this install for:" … … 118 127 echo "You already have a directory corresponding to that web address." 119 128 echo "Please remove that directory, choose a different address, or" 120 echo "contact scripts@mit.edufor assistance."129 echo "contact $aicontact for assistance." 121 130 exit 1 122 131 fi … … 267 276 echo "(You can replace the http with https if you want to use encryption)" 268 277 echo "If you have trouble accessing it, feel free to contact" 269 echo "the scripts.mit.edu team by e-mailing scripts@mit.edu"278 echo "the $aimaintainer team by e-mailing $aicontact" 270 279 exit 0
Note: See TracChangeset
for help on using the changeset viewer.