From a00b6dc47f28a49279da1c22c6e47755f853c6a9 Mon Sep 17 00:00:00 2001 From: wh1t3fox Date: Fri, 18 Jun 2021 12:16:42 -0400 Subject: [PATCH] ignore shellcheck --- scripts/generic.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/generic.sh b/scripts/generic.sh index cf2a0ac..fc925e1 100644 --- a/scripts/generic.sh +++ b/scripts/generic.sh @@ -49,6 +49,7 @@ _openvpn(){ if [[ ! $(grep -o 'generic' /dev/shm/auth_file) ]]; then PARAMS+=" --auth-user-pass /dev/shm/auth_file " fi + # shellcheck disable=SC2086 openvpn $PARAMS }