parent
c3085c8edf
commit
a2a8a8eae3
5 changed files with 39 additions and 15 deletions
|
@ -225,6 +225,9 @@ install_setDirPermissions($CC_CONFIG["storageDir"]);
|
|||
echo " * Importing sample audio clips \n";
|
||||
$command = __DIR__."/../utils/airtime-import --copy ../audio_samples/ > /dev/null";
|
||||
@exec($command, $output, $results);
|
||||
echo "****************************** Install Complete ******************************\n";
|
||||
echo "****************************** Database Install Complete ******************************\n";
|
||||
|
||||
$command = "python ".__DIR__."/../pypo/install/pypo-install.py";
|
||||
@exec($command, $output, $results);
|
||||
//print_r($output);
|
||||
?>
|
|
@ -230,4 +230,7 @@ echo "************************************\n";
|
|||
echo "* StorageServer Uninstall Complete *\n";
|
||||
echo "************************************\n";
|
||||
|
||||
$command = "python ".__DIR__."/../pypo/install/pypo-uninstall.py";
|
||||
@exec($command, $output, $results);
|
||||
//print_r($output);
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue