diff --git a/bin/ovpn_genconfig b/bin/ovpn_genconfig index b430778..a809260 100755 --- a/bin/ovpn_genconfig +++ b/bin/ovpn_genconfig @@ -79,7 +79,7 @@ OVPN_AUTH='' [ -r "$OVPN_ENV" ] && source "$OVPN_ENV" # Parse arguments -while getopts ":a:C:T:r:s:du:cp:n:DNm:t:z" opt; do +while getopts ":a:C:T:r:s:du:cp:n:DNm:tz" opt; do case $opt in a) OVPN_AUTH="$OPTARG"