From 2fa3abe064d95fa415c86a10cb10e11592ec4f10 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 29 Nov 2015 04:49:24 +0100 Subject: [PATCH] fixed getopts argument typo. removed ":" before "z" --- bin/ovpn_genconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"