Ignore:
Timestamp:
Mar 20, 2007, 9:45:51 PM (17 years ago)
Author:
jbarnold
Message:
Another attempt to fix the automatic installer bug
File:
1 edited

Legend:

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

    r239 r240  
    6565  if(-e "$HOME/web_scripts/$addrend/.admin") {
    6666    $admin_password=`cat $HOME/web_scripts/$addrend/.admin`;
    67   }
    68   chomp($admin_password);
    69   unlink "$HOME/web_scripts/$addrend/.admin";
    70  
     67    chomp($admin_password);
     68    unlink "$HOME/web_scripts/$addrend/.admin";
     69  }
     70
    7171  print "\nConfiguring $sname...\n";
    7272 
Note: See TracChangeset for help on using the changeset viewer.