aboutsummaryrefslogtreecommitdiffstats
path: root/config/postfix
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-09-10 22:55:47 +0200
committerdoktornotor <notordoktor@gmail.com>2015-09-10 22:55:47 +0200
commita9309c9c34deb5c8c6c49c9de07f7815515594d1 (patch)
tree08a1ac9dad7d8201eb2676d0afd19545c9d0d4f6 /config/postfix
parentd8a8828ab693a3db1ac2f93b8b52f8816c3866d0 (diff)
downloadpfsense-packages-a9309c9c34deb5c8c6c49c9de07f7815515594d1.tar.gz
pfsense-packages-a9309c9c34deb5c8c6c49c9de07f7815515594d1.tar.bz2
pfsense-packages-a9309c9c34deb5c8c6c49c9de07f7815515594d1.zip
postfix - fix inverted boot check
Diffstat (limited to 'config/postfix')
-rwxr-xr-xconfig/postfix/postfix.inc2
1 files changed, 1 insertions, 1 deletions
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";