CC-2612 : Upgrade: Push DB metadata into the file before upgrade

This commit is contained in:
Naomi Aro 2011-08-01 18:26:45 +02:00
parent 4529e7a629
commit 8c4eb56f52

View file

@ -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);