ignore shellcheck
This commit is contained in:
@ -49,6 +49,7 @@ _openvpn(){
|
|||||||
if [[ ! $(grep -o 'generic' /dev/shm/auth_file) ]]; then
|
if [[ ! $(grep -o 'generic' /dev/shm/auth_file) ]]; then
|
||||||
PARAMS+=" --auth-user-pass /dev/shm/auth_file "
|
PARAMS+=" --auth-user-pass /dev/shm/auth_file "
|
||||||
fi
|
fi
|
||||||
|
# shellcheck disable=SC2086
|
||||||
openvpn $PARAMS
|
openvpn $PARAMS
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user