Skip to content
Snippets Groups Projects
Commit bc042058 authored by Marius Burkard's avatar Marius Burkard
Browse files

- added missing lockfile removal from previous commit

parent 611407eb
No related branches found
No related tags found
No related merge requests found
......@@ -105,6 +105,10 @@ foreach($files as $f) {
}
unset($files);
// Remove lock
@unlink($conf['temppath'] . $conf['fs_div'] . '.ispconfig_cron_lock');
$app->log('Remove Lock: ' . $conf['temppath'] . $conf['fs_div'] . '.ispconfig_cron_lock', LOGLEVEL_DEBUG);
die("finished.\n");
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment