fixed getopts argument typo. removed ":" before "z"

This commit is contained in:
unknown 2015-11-29 04:49:24 +01:00 committed by Kyle Manna
parent 2650d4a286
commit 2fa3abe064

View File

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