Send the output to /dev/null

This commit is contained in:
FusionPBX 2024-07-03 13:35:53 -06:00 committed by GitHub
parent 1dd775d251
commit 02f30200c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/