-reenable upgrades
This commit is contained in:
parent
186d572a2b
commit
ce81f0c8fb
|
@ -63,10 +63,6 @@ if (isset($version) && ($version != false) && ($version == AIRTIME_VERSION) && !
|
|||
if (isset($version) && ($version != false) && ($version < AIRTIME_VERSION) && !isset($opts->r)) {
|
||||
echo "Airtime version $version found.".PHP_EOL;
|
||||
|
||||
echo "It appears you already have a version of Airtime installed.\n";
|
||||
echo "Upgrading is currently disabled for Airtime 1.9.0-beta1.\n";
|
||||
exit(2);
|
||||
|
||||
require_once("airtime-upgrade.php");
|
||||
|
||||
//Make sure to exit with non-zero error code so that airtime-install
|
||||
|
|
Loading…
Reference in New Issue