SAAS-83: Add ability to install Airtime components separately

-moving along...
This commit is contained in:
Martin Konecny 2011-11-26 00:57:14 -05:00
parent b16fa16042
commit 3a39aacd85
6 changed files with 33 additions and 30 deletions

View file

@ -487,7 +487,8 @@ class AirtimeInstall
'overwrite|o' => 'Overwrite any existing config files.',
'preserve|p' => 'Keep any existing config files.',
'no-db|n' => 'Turn off database install.',
'reinstall|r' => 'Force a fresh install of this Airtime Version'
'reinstall|r' => 'Force a fresh install of this Airtime Version',
'webonly|w' => 'Install only web files'
)
);
$opts->parse();