fixed getopts argument typo. removed ":" before "z"
This commit is contained in:
		@@ -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"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user