From 98a99f7e66a371129dd53140b8d0c17fab98c035 Mon Sep 17 00:00:00 2001 From: kx1t Date: Wed, 11 Oct 2023 09:21:31 -0400 Subject: [PATCH] linter fix --- rootfs/scripts/healthcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/scripts/healthcheck.sh b/rootfs/scripts/healthcheck.sh index 4e1f358..3e678f3 100755 --- a/rootfs/scripts/healthcheck.sh +++ b/rootfs/scripts/healthcheck.sh @@ -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...