We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1bdf899 + d983e87 commit edf105aCopy full SHA for edf105a
1 file changed
server/lib/classes/cron.d/600-jailkit_maintenance.inc.php
@@ -74,6 +74,7 @@ public function onRunJob() {
74
75
foreach($records as $rec) {
76
if (!is_dir($rec['document_root']) || !is_dir($rec['document_root'].'/etc/jailkit')) {
77
+ $app->db->query("UPDATE `web_domain` SET `last_jailkit_update` = NOW() WHERE `document_root` = ?", $rec['document_root']);
78
continue;
79
}
80
0 commit comments