genconfig: Fix missing MTU required argument
This must have beeen broken for a long time. Test case added to prevent it from breaking again. Closes #259
This commit is contained in:
parent
8c9d88b316
commit
074a07e40e
@ -174,7 +174,7 @@ OVPN_DISABLE_PUSH_BLOCK_DNS=0
|
|||||||
[ -r "$OVPN_ENV" ] && source "$OVPN_ENV"
|
[ -r "$OVPN_ENV" ] && source "$OVPN_ENV"
|
||||||
|
|
||||||
# Parse arguments
|
# Parse arguments
|
||||||
while getopts ":a:e:E:C:T:r:s:du:bcp:n:k:DNmf:tz2" opt; do
|
while getopts ":a:e:E:C:T:r:s:du:bcp:n:k:DNm:f:tz2" opt; do
|
||||||
case $opt in
|
case $opt in
|
||||||
a)
|
a)
|
||||||
OVPN_AUTH="$OPTARG"
|
OVPN_AUTH="$OPTARG"
|
||||||
|
Loading…
Reference in New Issue
Block a user