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.
parent
238cd4bc5d
commit
718774a948
|
@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
# shellcheck disable=SC2154
|
||||||
|
|
||||||
# Here is a script to deploy cert to local Plex Media Server on Debian.
|
# Here is a script to deploy cert to local Plex Media Server on Debian.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue