diff options
-rw-r--r-- | config/softflowd/softflowd.xml | 2 |
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"); } } |