-We don't want any of our python services running at install time. Disable them early on.
This commit is contained in:
parent
8493180243
commit
0424a7f1d1
6 changed files with 18 additions and 8 deletions
|
@ -445,9 +445,6 @@ class AirtimeMiscUpgrade{
|
|||
}
|
||||
}
|
||||
|
||||
echo "Pausing Pypo".PHP_EOL;
|
||||
exec("/etc/init.d/airtime-playout stop");
|
||||
|
||||
while (@ob_end_flush());
|
||||
|
||||
UpgradeCommon::connectToDatabase();
|
||||
|
@ -456,6 +453,3 @@ AirtimeDatabaseUpgrade::start();
|
|||
AirtimeStorWatchedDirsUpgrade::start();
|
||||
AirtimeConfigFileUpgrade::start();
|
||||
AirtimeMiscUpgrade::start();
|
||||
|
||||
//echo "Resuming Pypo".PHP_EOL;
|
||||
//exec("/etc/init.d/airtime-playout start");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue