SAAS-83: Add ability to install Airtime components separately
-moving along...
This commit is contained in:
parent
b16fa16042
commit
3a39aacd85
6 changed files with 33 additions and 30 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue