Browse Source

Send the output to /dev/null

FusionPBX 1 năm trước cách đây
mục cha
commit
02f30200c6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      debian/resources/maintenance/call_recordings.php

+ 1 - 1
debian/resources/maintenance/call_recordings.php

@@ -14,7 +14,7 @@ In my case I put the file in /usr/src and then run manually like this.
 
 Debian
 crontab -e
-0 * * * * /usr/bin/php /usr/src/fusionpbx-install.sh/debian/resources/maintenance/call_recordings.php
+0 * * * * /usr/bin/php /usr/src/fusionpbx-install.sh/debian/resources/maintenance/call_recordings.php > /dev/null 2>&1
 
 */