Search found 1 match
- Mon Aug 18, 2014 12:07 pm
- Forum: Web Interface
- Topic: autoupdate generates a cron error
- Replies: 7
- Views: 17285
Re: autoupdate generates a cron error
For me the problem was the lack of a definition of $VESTA.
To fix this in any of the scripts, add the following to the top:
$VESTA is defined in /etc/profile.d/vesta.sh which will be loaded each time /etc/profile is sourced.
To fix this in any of the scripts, add the following to the top:
Code: Select all
source /etc/profile