From 718774a948874c82d49ac4602d0e037dd7a62cfc Mon Sep 17 00:00:00 2001 From: Andrew Ferguson Date: Thu, 27 Jan 2022 07:26:18 -0800 Subject: [PATCH] Disable SC2154. There seems to be a bug in version 0.7 of shellcheck. Testing with shellcheck v0.8 doesn't yield any flags for SC2154. --- deploy/plex.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/plex.sh b/deploy/plex.sh index 97c1d6c3..6e8e8f78 100755 --- a/deploy/plex.sh +++ b/deploy/plex.sh @@ -1,4 +1,5 @@ #!/usr/bin/env sh +# shellcheck disable=SC2154 # Here is a script to deploy cert to local Plex Media Server on Debian.