supervise-daemon.sh: fix status function with no namespaces
This commit is contained in:
parent
35b88fb42b
commit
6f3e2e2d7d
@ -70,6 +70,8 @@ _check_supervised()
|
|||||||
if [ "${n1}" = "${n2}" ]; then
|
if [ "${n1}" = "${n2}" ]; then
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
else
|
||||||
|
return 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user