Compare commits
2 commits
c4b4cff25a
...
41af04163b
Author | SHA1 | Date | |
---|---|---|---|
41af04163b | |||
46d511f08e |
2 changed files with 2 additions and 1 deletions
|
@ -23,6 +23,7 @@
|
|||
servicesToCheck = [
|
||||
"caddy"
|
||||
"forgejo"
|
||||
"postgresql"
|
||||
"runner"
|
||||
"sftpgo"
|
||||
"zfs-zed"
|
||||
|
|
|
@ -49,7 +49,7 @@ let
|
|||
|
||||
printf "''${BOLD}Service status:$ENDCOLOR\n"
|
||||
while IFS= read -r line; do
|
||||
if [[ ! $line =~ ".service" ]]; then
|
||||
if [[ ! $line =~ ".service" ]] || [[ $line =~ ".mount" ]]; then
|
||||
continue
|
||||
fi
|
||||
if echo "$line" | grep -q 'failed'; then
|
||||
|
|
Loading…
Reference in a new issue