mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 22:41: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)
|
status)
|
||||||
if check_status;
|
if check_status; then
|
||||||
then
|
exit 0
|
||||||
exit 0
|
else
|
||||||
else
|
exit 1
|
||||||
exit 1
|
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user