Changeset 473


Ignore:
Timestamp:
Oct 14, 2007, 3:54:38 PM (17 years ago)
Author:
andersk
Message:
More joomla cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • locker/deploy/bin/joomla

    r472 r473  
    33use lib '/mit/scripts/deploy/bin';
    44use onserver;
     5use Cwd;
    56
    67setup();
     
    2223     DBSample => 1});
    2324
    24 my $pwd = `pwd`;
    25 chomp($pwd);
    26 
    27 print "=== $base_uri ===\n";
    28    
    2925fetch_uri(
    3026    'installation/install4.php',
     
    3733     sitename => $title,
    3834     siteUrl => $base_uri,
    39      absolutePath => $pwd,
     35     absolutePath => getcwd(),
    4036     adminEmail => "$human\@mit.edu",
    4137     adminPassword => $admin_password,
     
    4339     dirPerms => 0});
    4440
    45 `rm -rf installation`;
     41system('rm', '-rf', 'installation');
Note: See TracChangeset for help on using the changeset viewer.