浏览代码

Send the output to /dev/null

FusionPBX 1 年之前
父节点
当前提交
02f30200c6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 
 */