Ignore:
Timestamp:
Oct 13, 2007, 4:25:50 AM (17 years ago)
Author:
quentin
Message:
mediawiki 1.11 installer + improvements to installer system
File:
1 edited

Legend:

Unmodified
Added
Removed
  • locker/deploy/bin/onathena

    r438 r456  
    77  fi
    88}
     9
     10die() {
     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 
    918
    1019sshrun() {
     
    3039}
    3140
    32 #if [ "$override" = "" ]; then
    33 #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 #exit
    38 #fi
     41if [ "$override" = "" ]; then
     42echo "The scripts.mit.edu automatic installers are currently unavailable."
     43echo "We hope to make them available again soon."
     44echo "If you would like us to notify you as soon as they are available again,"
     45echo "let us know by sending us an e-mail at scripts@mit.edu"
     46exit
     47fi
    3948
    4049echo
     
    216225cd $origdir
    217226
    218 sshrun "deploy$scriptsdev/bin/$deploy '$sname' '$deploy' '$addrend' '$admin_username' '$requires_sql' '$scriptsdev' '$USER'"
     227vsshrun "deploy$scriptsdev/bin/$deploy '$sname' '$deploy' '$addrend' '$admin_username' '$requires_sql' '$scriptsdev' '$USER'" || die "Unknown failure during configuration"
    219228rm -f /$lroot/web_scripts/$addrend/.scripts-tmp
    220229checkfailed
Note: See TracChangeset for help on using the changeset viewer.