fix indent
This commit is contained in:
parent
6ead12c6f3
commit
f811655da2
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ service_status_all ()
|
||||||
if [[ "$?" == "0" ]]; then
|
if [[ "$?" == "0" ]]; then
|
||||||
echo "Service '${SERV}' is currently running"
|
echo "Service '${SERV}' is currently running"
|
||||||
else
|
else
|
||||||
echo "Service '${SERV}' is currently not running"
|
echo "Service '${SERV}' is currently not running"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue