I have DA version 1.26.6 and when I try to setup a cron job it don't work.
I log in as a user, I set this parameter :
*/15 * * * * /home/myuser/restore_demo.sh
When I excute the script with the command below in the console :
/bin/bash /home/myuser/restore_demo.sh
the script is well excuted but with cron not.
when I log as a user and try the command crontab -e I get this error: seteuid: Operation Not Permitted
Please help
I log in as a user, I set this parameter :
*/15 * * * * /home/myuser/restore_demo.sh
When I excute the script with the command below in the console :
/bin/bash /home/myuser/restore_demo.sh
the script is well excuted but with cron not.
when I log as a user and try the command crontab -e I get this error: seteuid: Operation Not Permitted
Please help
Last edited: