CC-3163: Duplicate message during install
-fixed
This commit is contained in:
parent
73c0408315
commit
2f1033ecb8
2 changed files with 1 additions and 2 deletions
|
@ -20,7 +20,7 @@ AirtimeInstall::ExitIfNotRoot();
|
|||
|
||||
$version = AirtimeInstall::GetVersionInstalled();
|
||||
// The current version is already installed.
|
||||
echo "* Checking for existing install of Airtime...".PHP_EOL;
|
||||
echo "* Checking for existing Airtime installation...".PHP_EOL;
|
||||
if (isset($version)){
|
||||
if ($version === false){
|
||||
//version of Airtime older than 1.7.0 detected
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue