mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 23:11:59 +01:00
Refactored init.d/rc.piler.in
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
a38f757ca9
commit
ee39e64ffb
@ -57,11 +57,10 @@ case "$1" in
|
||||
;;
|
||||
|
||||
status)
|
||||
if check_status;
|
||||
then
|
||||
exit 0
|
||||
else
|
||||
exit 1
|
||||
if check_status; then
|
||||
exit 0
|
||||
else
|
||||
exit 1
|
||||
fi
|
||||
;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user