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:
Paul Baranowski 2011-05-20 15:01:21 -04:00
commit 716692e0ae

View file

@ -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.