Hi,
I’ve recently update from 1.8.12 to 1.9.2 and I cant enable Automatic Updates:
I click here, but It doesnt do anything.
Hi,
I’ve recently update from 1.8.12 to 1.9.2 and I cant enable Automatic Updates:
I click here, but It doesnt do anything.
cd /usr/local/hestia/bin/
nano v-add-cron-hestia-autoupdate
remove line 65
echo "$min $hour * * * sudo /usr/local/hestia/bin/$command" > "/var/spool/cron/crontabs/hestiaweb"
add in line 65
sed -i -e "\$a$min $hour * * * sudo /usr/local/hestia/bin/$command" "/var/spool/cron/crontabs/hestiaweb"
The above is at line # 65 in that file.