Browse Source

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.

pull/3909/head
Andrew Ferguson 3 years ago
parent
commit
718774a948
  1. 1
      deploy/plex.sh

1
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.

Loading…
Cancel
Save