From f3600bae6cdbb54334dbe5ea827356dd72bb1f20 Mon Sep 17 00:00:00 2001 From: kx1t <15090643+kx1t@users.noreply.github.com> Date: Mon, 17 Jun 2024 10:33:48 -0400 Subject: [PATCH] fix linter issues --- rootfs/etc/s6-overlay/scripts/80-tropoalert-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/etc/s6-overlay/scripts/80-tropoalert-init b/rootfs/etc/s6-overlay/scripts/80-tropoalert-init index 96bfa86..ec1ffdf 100755 --- a/rootfs/etc/s6-overlay/scripts/80-tropoalert-init +++ b/rootfs/etc/s6-overlay/scripts/80-tropoalert-init @@ -1,5 +1,5 @@ #!/command/with-contenv bash -# shellcheck shell=bash disable=SC1091 +# shellcheck shell=bash disable=SC1091,SC2154 source /scripts/common if ! chk_enabled "${TROPOALERT:-enabled}"; then