CC-2612 : Upgrade: Push DB metadata into the file before upgrade
This commit is contained in:
parent
4529e7a629
commit
8c4eb56f52
1 changed files with 1 additions and 1 deletions
|
@ -672,7 +672,7 @@ class Airtime190Upgrade{
|
|||
|
||||
$cwd = __DIR__;
|
||||
$mediaMonitorUpgradePath = __DIR__."/media-monitor-upgrade.py";
|
||||
$command = "cd $cwd && \"python $mediaMonitorUpgradePath\"";
|
||||
$command = "cd $cwd && python $mediaMonitorUpgradePath";
|
||||
exec($command, $output);
|
||||
print_r($output);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue