Compare commits
No commits in common. "41af04163bac11ef32280069d6de9f2bb750fded" and "c4b4cff25ae214c951aa60ebab312ba8f2322a37" have entirely different histories.
41af04163b
...
c4b4cff25a
2 changed files with 1 additions and 2 deletions
|
@ -23,7 +23,6 @@
|
||||||
servicesToCheck = [
|
servicesToCheck = [
|
||||||
"caddy"
|
"caddy"
|
||||||
"forgejo"
|
"forgejo"
|
||||||
"postgresql"
|
|
||||||
"runner"
|
"runner"
|
||||||
"sftpgo"
|
"sftpgo"
|
||||||
"zfs-zed"
|
"zfs-zed"
|
||||||
|
|
|
@ -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" ]] || [[ $line =~ ".mount" ]]; then
|
if [[ ! $line =~ ".service" ]]; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
if echo "$line" | grep -q 'failed'; then
|
if echo "$line" | grep -q 'failed'; then
|
||||||
|
|
Loading…
Reference in a new issue