cc-2055: switch to init.d
-media monitor is now started on upgrade scripts -make sure /var/log dirs are properly cleaned up
This commit is contained in:
parent
50ff1984f2
commit
a95d08c9be
2 changed files with 4 additions and 3 deletions
|
@ -96,7 +96,8 @@ passthru("python ".__DIR__."/../python_apps/pypo/install/pypo-install.py");
|
|||
echo PHP_EOL."*** Updating Recorder ***".PHP_EOL;
|
||||
passthru("python ".__DIR__."/../python_apps/show-recorder/install/recorder-install.py");
|
||||
|
||||
echo PHP_EOL."*** Starting Media Monitor ***".PHP_EOL;
|
||||
passthru("python ".__DIR__."/../python_apps/media-monitor/install/media-monitor-install.py");
|
||||
|
||||
|
||||
echo "******************************* Update Complete *******************************".PHP_EOL;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue