EFA-SA-update 3.0.3
Posted: 10 Mar 2014 10:54
Hi
With the 3.0.3 update a script was placed in /etc/cron.daily to manage SA updates.
The problem is that this script expects "-cron" or "-update" option , so, by placing it directly in cron.daily it will be executed without params.
Workaround:
1) modify script to call -cron option when called without parms
2) move script out of cron.daily and put a script calling SA-update from here with -cron option.
With the 3.0.3 update a script was placed in /etc/cron.daily to manage SA updates.
The problem is that this script expects "-cron" or "-update" option , so, by placing it directly in cron.daily it will be executed without params.
Workaround:
1) modify script to call -cron option when called without parms
2) move script out of cron.daily and put a script calling SA-update from here with -cron option.