Merge branch 'cc-2281-Install-script-should-check-for-pre-installed-versions-and-prompt-user-to-upgrade/full-installation' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
716692e0ae
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ if (isset($opts->h)) {
|
|||
//the current version exists.
|
||||
if(isset($version) && $version != false && $version == AIRTIME_VERSION && !isset($opts->r)) {
|
||||
|
||||
echo "Airtime $version is already installed.".PHP_EOL;
|
||||
echo "Airtime $version is already installed.\n".PHP_EOL;
|
||||
echo $opts->getUsageMessage();
|
||||
exit();
|
||||
}
|
||||
//a previous version exists.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue