Search found 1 match
- Sun Apr 28, 2019 2:50 pm
- Forum: Scripting / API
- Topic: Cron Job failing with no TTY present
- Replies: 3
- Views: 125082
Re: Cron Job failing with no TTY present
I'm answering in case it could be useful to someone. The main problem reported is due to the sudoers entry which allows... /etc/scripts/* sudoers rules are very strict for security reasons and need to be an exact match to the rule. ./etc/scripts/backup-fullsystem.sh does not match /etc/scripts/* As ...