CC-2796: airtime-install script has error exit 2 even when upgrade has gone perfectly

-fixed
This commit is contained in:
martin 2011-09-08 15:28:38 -04:00
parent 31b7624a64
commit 7248ee4c44
2 changed files with 9 additions and 3 deletions

View file

@ -65,9 +65,6 @@ if (isset($version) && ($version != false) && ($version < AIRTIME_VERSION) && !i
require_once("airtime-upgrade.php");
//Make sure to exit with non-zero error code so that airtime-install
//shell script does not continue with installing pypo, show-recorder,
//media-monitor etc.
exit(2);
}