Compare commits

..

No commits in common. "41af04163bac11ef32280069d6de9f2bb750fded" and "c4b4cff25ae214c951aa60ebab312ba8f2322a37" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -23,7 +23,6 @@
servicesToCheck = [
"caddy"
"forgejo"
"postgresql"
"runner"
"sftpgo"
"zfs-zed"

View file

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