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

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