- some clean up on install/upgrade script
This commit is contained in:
parent
69bf93be7d
commit
0f9d8c774c
2 changed files with 2 additions and 2 deletions
|
@ -106,8 +106,6 @@ passthru("python ".__DIR__."/../../python_apps/show-recorder/install/recorder-in
|
||||||
echo PHP_EOL."*** Updating Media Monitor ***".PHP_EOL;
|
echo PHP_EOL."*** Updating Media Monitor ***".PHP_EOL;
|
||||||
passthru("python ".__DIR__."/../../python_apps/media-monitor/install/media-monitor-install.py");
|
passthru("python ".__DIR__."/../../python_apps/media-monitor/install/media-monitor-install.py");
|
||||||
|
|
||||||
AirtimeIni::CreateMonitFile();
|
|
||||||
|
|
||||||
sleep(4);
|
sleep(4);
|
||||||
passthru("airtime-check-system");
|
passthru("airtime-check-system");
|
||||||
|
|
||||||
|
|
|
@ -661,7 +661,9 @@ AirtimeInstall::MigrateTablesToVersion(__DIR__, '20110713161043');
|
||||||
|
|
||||||
AirtimeInstall::InsertCountryDataIntoDatabase();
|
AirtimeInstall::InsertCountryDataIntoDatabase();
|
||||||
|
|
||||||
|
AirtimeIni::CreateMonitFile();
|
||||||
|
|
||||||
|
AirtimeInstall::CreateSymlinksToUtils();
|
||||||
|
|
||||||
/* create cron file for phone home stat */
|
/* create cron file for phone home stat */
|
||||||
AirtimeInstall::CreateCronFile();
|
AirtimeInstall::CreateCronFile();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue