Skip to content

Commit bc04205

Browse files
author
Marius Burkard
committed
- added missing lockfile removal from previous commit
1 parent 611407e commit bc04205

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

server/cron.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@
105105
}
106106
unset($files);
107107

108+
// Remove lock
109+
@unlink($conf['temppath'] . $conf['fs_div'] . '.ispconfig_cron_lock');
110+
$app->log('Remove Lock: ' . $conf['temppath'] . $conf['fs_div'] . '.ispconfig_cron_lock', LOGLEVEL_DEBUG);
111+
108112
die("finished.\n");
109113

110114
?>

0 commit comments

Comments
 (0)