Refactored init.d/rc.piler.in

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2020-08-17 10:42:01 +02:00
parent a38f757ca9
commit ee39e64ffb

View File

@ -57,8 +57,7 @@ case "$1" in
;;
status)
if check_status;
then
if check_status; then
exit 0
else
exit 1