From e1ceb050e19c7574bca146a8da7047ee4ff456b5 Mon Sep 17 00:00:00 2001
From: Marius Burkard <m.burkard@pixcept.de>
Date: Sun, 10 Jul 2016 05:02:35 -0400
Subject: [PATCH] Merge branch 'stable-3.1'

---
 server/cron.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/server/cron.php b/server/cron.php
index e8253a0..58d48ec 100644
--- a/server/cron.php
+++ b/server/cron.php
@@ -105,6 +105,10 @@
 }
 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");
 
 ?>

--
Gitblit v1.9.1