From 77d1ff77d0d8c9c810e6adfcb7671a9b93cbe089 Mon Sep 17 00:00:00 2001 From: kx1t <15090643+kx1t@users.noreply.github.com> Date: Mon, 17 Jun 2024 10:29:03 -0400 Subject: [PATCH] fix linter issues --- rootfs/etc/s6-overlay/scripts/60-check-mastodon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/etc/s6-overlay/scripts/60-check-mastodon b/rootfs/etc/s6-overlay/scripts/60-check-mastodon index 750cdc9..bbe67a2 100755 --- a/rootfs/etc/s6-overlay/scripts/60-check-mastodon +++ b/rootfs/etc/s6-overlay/scripts/60-check-mastodon @@ -1,5 +1,5 @@ #!/command/with-contenv bash -#shellcheck shell=bash disable=SC2015,SC1091 +#shellcheck shell=bash disable=SC2015,SC1091,SC2154 #--------------------------------------------------------------------------------------------- # Copyright (C) 2022-2023, Ramon F. Kolb (kx1t)