fix indent

This commit is contained in:
user333 2026-06-08 22:44:35 +00:00
commit f811655da2

View file

@ -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
} }