add additional check for mounts in the case of forgejo

This commit is contained in:
tdback 2024-11-18 19:03:18 -05:00
parent 46d511f08e
commit 41af04163b

View file

@ -49,7 +49,7 @@ let
printf "''${BOLD}Service status:$ENDCOLOR\n" printf "''${BOLD}Service status:$ENDCOLOR\n"
while IFS= read -r line; do while IFS= read -r line; do
if [[ ! $line =~ ".service" ]]; then if [[ ! $line =~ ".service" ]] || [[ $line =~ ".mount" ]]; then
continue continue
fi fi
if echo "$line" | grep -q 'failed'; then if echo "$line" | grep -q 'failed'; then