From 147817d04b7219abf6a97404e79ae02b149085a6 Mon Sep 17 00:00:00 2001 From: WhatTheServer Date: Wed, 2 Jun 2021 08:44:04 -0400 Subject: [PATCH] Update install.py midnight is better then 12noon local server/UTC time incorporating changes from https://github.com/usmannasir/cyberpanel/pull/632 --- install/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.py b/install/install.py index 826b05870..01b055e19 100755 --- a/install/install.py +++ b/install/install.py @@ -1678,7 +1678,7 @@ imap_folder_list_limit = 0 0 2 * * * /usr/local/CyberCP/bin/python /usr/local/CyberCP/plogical/upgradeCritical.py >/dev/null 2>&1 0 2 * * * /usr/local/CyberCP/bin/python /usr/local/CyberCP/plogical/renew.py >/dev/null 2>&1 7 0 * * * "/root/.acme.sh"/acme.sh --cron --home "/root/.acme.sh" > /dev/null -0 12 * * * /usr/local/CyberCP/bin/python /usr/local/CyberCP/IncBackups/IncScheduler.py Daily +0 0 * * * /usr/local/CyberCP/bin/python /usr/local/CyberCP/IncBackups/IncScheduler.py Daily 0 0 * * 0 /usr/local/CyberCP/bin/python /usr/local/CyberCP/IncBackups/IncScheduler.py Weekly */3 * * * * if ! find /home/*/public_html/ -maxdepth 2 -type f -newer /usr/local/lsws/cgid -name '.htaccess' -exec false {} +; then /usr/local/lsws/bin/lswsctrl restart; fi """