Merge branch 'dev' of https://codeberg.org/zot/zap into dev

This commit is contained in:
nobody 2020-09-09 21:03:55 -07:00
commit 9ffca9c5f2

View file

@ -698,6 +698,8 @@ function configure_cron_daily {
echo "#" >> /var/www/$zotcron
echo "shutdown -r now" >> /var/www/$zotcron
chmod a+x /var/www/$zotcron
# If global cron job does not exist we add it to /etc/crontab
if grep -q $zotcron /etc/crontab
then