aboutsummaryrefslogtreecommitdiffstats
path: root/config/softflowd/softflowd.xml
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-08-03 15:38:32 +0200
committerdoktornotor <notordoktor@gmail.com>2015-08-03 15:38:32 +0200
commit91f9303041e57575a2fe47fb4d659dc18ccd011f (patch)
tree28ff91d3b8bbe6554dc1fff029a100bb27d59320 /config/softflowd/softflowd.xml
parent6f8ed8b3cfd0ef01921f58c4ca32008a68808ef5 (diff)
downloadpfsense-packages-91f9303041e57575a2fe47fb4d659dc18ccd011f.tar.gz
pfsense-packages-91f9303041e57575a2fe47fb4d659dc18ccd011f.tar.bz2
pfsense-packages-91f9303041e57575a2fe47fb4d659dc18ccd011f.zip
softflowd.xml - fix inverted check
Diffstat (limited to 'config/softflowd/softflowd.xml')
-rw-r--r--config/softflowd/softflowd.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/softflowd/softflowd.xml b/config/softflowd/softflowd.xml
index e53553ae..c0418eb5 100644
--- a/config/softflowd/softflowd.xml
+++ b/config/softflowd/softflowd.xml
@@ -244,7 +244,7 @@
)
);
/* Only try to restart if not booting */
- if (platform_booting()) {
+ if (!platform_booting()) {
restart_service("softflowd");
}
}