From 6f3e2e2d7de61ab28cf03937ccf2e5f80b62190a Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Wed, 25 Oct 2017 21:20:15 -0500 Subject: supervise-daemon.sh: fix status function with no namespaces --- sh/supervise-daemon.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sh') diff --git a/sh/supervise-daemon.sh b/sh/supervise-daemon.sh index bccfd06a..d2cfe932 100644 --- a/sh/supervise-daemon.sh +++ b/sh/supervise-daemon.sh @@ -70,6 +70,8 @@ _check_supervised() if [ "${n1}" = "${n2}" ]; then return 1 fi + else + return 1 fi fi fi -- cgit v1.2.3