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
echo "Service '${SERV}' is currently running"
else
echo "Service '${SERV}' is currently not running"
echo "Service '${SERV}' is currently not running"
fi
done
}