CC-2256 Airtime-upgrade.php does not upgrade the web app
trying to fix daemontools upgrade problems
This commit is contained in:
parent
5e2e3dbf05
commit
70355cc364
2 changed files with 6 additions and 6 deletions
|
@ -46,12 +46,12 @@ if(strcmp($version, "1.8.2") < 0) {
|
|||
|
||||
AirtimeInstall::SetAirtimeVersion(AIRTIME_VERSION);
|
||||
|
||||
echo PHP_EOL."*** Updating Pypo ***".PHP_EOL;
|
||||
system("python ".__DIR__."/../python_apps/pypo/install/pypo-install.py");
|
||||
|
||||
echo PHP_EOL."*** Updating Recorder ***".PHP_EOL;
|
||||
system("python ".__DIR__."/../python_apps/show-recorder/install/recorder-install.py");
|
||||
|
||||
echo PHP_EOL."*** Updating Pypo ***".PHP_EOL;
|
||||
system("python ".__DIR__."/../python_apps/pypo/install/pypo-install.py");
|
||||
|
||||
echo "******************************* Update Complete *******************************".PHP_EOL;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue