diff --git a/readme.md b/readme.md index cce8ce2..45a315f 100644 --- a/readme.md +++ b/readme.md @@ -45,10 +45,10 @@ Append this to the crontab ``` # Run Polycom directory sync every 4 hours at :00 -0 */4 * * * /usr/bin/php /var/lib/asterisk/PC-Contact-Sync/gen_polycom_directory.php --notify >> /var/log/gen_polycom_directory.log 2>&1 +0 */4 * * * /usr/bin/php /var/lib/asterisk/PC-Contact-Sync/directory.php --notify >> /var/log/directory.log 2>&1 # Run PC sidecar sync every 4 hours at :05 (5 mins after) -5 */4 * * * /usr/bin/php /var/lib/asterisk/PC-Contact-Sync/gen_pc_sidecar.php >> /var/log/gen_pc_sidecar.log 2>&1 +5 */4 * * * /usr/bin/php /var/lib/asterisk/PC-Contact-Sync/sidecar.php >> /var/log/sidecar.log 2>&1 ```