Posts: 156
Thanks: 78
Thanked 10 Times in 10 Posts
When there is no problem no output is made, if you have &> /dev/null in your crontab line you will never get response from updates, if there will be problem, you will not get message becasuse response is pointed to null..
if you look in script writen above this topic there is exit value of sa_update function
if [ $exitcode = 0 ]; then....
Recent comments
1 day 6 hours ago
1 day 6 hours ago
1 day 11 hours ago
1 day 18 hours ago
1 day 18 hours ago
1 day 20 hours ago
2 days 31 min ago
2 days 7 hours ago
2 days 11 hours ago
2 days 12 hours ago