I'm not very familiar with Cron. I set it up with the following instruction, expecting to have the script run every minutes. But it does not work.
Code: Select all
*/1 * * * * /home/domoticz/scripts/script.sh
Owner of the script is pi.
Thank you
Moderator: leecollings
Code: Select all
*/1 * * * * /home/domoticz/scripts/script.sh
Code: Select all
* * * * * /home/domoticz/scripts/script.sh
Users browsing this forum: No registered users and 1 guest