CC-2400: make sure we are using quotes when using rm -rf

-done
This commit is contained in:
martin 2011-06-17 15:00:39 -04:00
parent 948a0e584d
commit 6bea1ab654
3 changed files with 4 additions and 4 deletions

View file

@ -96,7 +96,7 @@ 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;
echo PHP_EOL."*** Updating Media Monitor ***".PHP_EOL;
passthru("python ".__DIR__."/../python_apps/media-monitor/install/media-monitor-install.py");