fixed getopts argument typo. removed ":" before "z"
This commit is contained in:
parent
2650d4a286
commit
2fa3abe064
@ -79,7 +79,7 @@ OVPN_AUTH=''
|
|||||||
[ -r "$OVPN_ENV" ] && source "$OVPN_ENV"
|
[ -r "$OVPN_ENV" ] && source "$OVPN_ENV"
|
||||||
|
|
||||||
# Parse arguments
|
# 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
|
case $opt in
|
||||||
a)
|
a)
|
||||||
OVPN_AUTH="$OPTARG"
|
OVPN_AUTH="$OPTARG"
|
||||||
|
Loading…
Reference in New Issue
Block a user