Send the output to /dev/null
This commit is contained in:
parent
1dd775d251
commit
02f30200c6
|
|
@ -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
|
||||
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue