Update call_recordings.php
This commit is contained in:
parent
b2a73beb59
commit
7a9200b3fd
|
|
@ -124,7 +124,7 @@ crontab -e
|
||||||
}
|
}
|
||||||
|
|
||||||
//run the command
|
//run the command
|
||||||
if (!emtpy($command)) {
|
if (!empty($command)) {
|
||||||
system($command);
|
system($command);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue