Ignore:
Timestamp:
Mar 20, 2007, 8:49:25 PM (17 years ago)
Author:
jbarnold
Message:
First attempt to fix autoinstaller bug
Using a subdir of web_scripts seems to be smarter
File:
1 edited

Legend:

Unmodified
Added
Removed
  • locker/deploy/bin/onserver.pm

    r127 r239  
    6363  }
    6464 
    65   if(-e "$HOME/.sql/.$deploy.admin") {
    66     $admin_password=`cat $HOME/.sql/.$deploy.admin`;
     65  if(-e "$HOME/web_scripts/$addrend/.admin") {
     66    $admin_password=`cat $HOME/web_scripts/$addrend/.admin`;
    6767  }
    6868  chomp($admin_password);
    69   unlink "$HOME/.sql/.$deploy.admin";
     69  unlink "$HOME/web_scripts/$addrend/.admin";
    7070 
    7171  print "\nConfiguring $sname...\n";
Note: See TracChangeset for help on using the changeset viewer.