CC-2796: airtime-install script has error exit 2 even when upgrade has gone perfectly
-fixed
This commit is contained in:
parent
31b7624a64
commit
7248ee4c44
2 changed files with 9 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue