Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t committed Oct 11, 2023
1 parent 18b6046 commit 98a99f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/scripts/healthcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ else
fi

##### Service Death Counts #####
#shellcheck disable=SC2206
# shellcheck disable=SC2207
services=($(find /etc/services.d/* -type d | awk -F'/' '{print $4}'| xargs))

# For each service...
Expand Down

0 comments on commit 98a99f7

Please sign in to comment.