From a9309c9c34deb5c8c6c49c9de07f7815515594d1 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Thu, 10 Sep 2015 22:55:47 +0200 Subject: postfix - fix inverted boot check --- config/postfix/postfix.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/postfix') diff --git a/config/postfix/postfix.inc b/config/postfix/postfix.inc index f40922c6..30a935bf 100755 --- a/config/postfix/postfix.inc +++ b/config/postfix/postfix.inc @@ -236,7 +236,7 @@ function sync_package_postfix($via_rpc="no") { log_error("sync_package_postfix called with via_rpc={$via_rpc}"); # detect boot process if (is_array($_POST)){ - if (platform_booting()) { + if (!platform_booting()) { unset($boot_process); } else { $boot_process="on"; -- cgit v1.2.3