ignore shellcheck

This commit is contained in:
wh1t3fox
2021-06-18 12:16:42 -04:00
parent 0fa40549a0
commit a00b6dc47f

View File

@ -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
}