summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 079aad6..a7092c1 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -307,6 +307,8 @@ function filter_configure_sync() {
fclose($fda);
}
+ unlock($filterlck);
+
if (file_exists("{$g['tmp_path']}/commands.txt")) {
mwexec("sh {$g['tmp_path']}/commands.txt &");
unlink("{$g['tmp_path']}/commands.txt");
@@ -317,8 +319,6 @@ function filter_configure_sync() {
else
filter_tdr_install_cron(false);
- unlock($filterlck);
-
if ($g['booting'] == true)
echo ".";
find_dns_aliases();
OpenPOWER on IntegriCloud