Skip to content

Commit 074a07e

Browse files
committed
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
1 parent 8c9d88b commit 074a07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ovpn_genconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ OVPN_DISABLE_PUSH_BLOCK_DNS=0
174174
[ -r "$OVPN_ENV" ] && source "$OVPN_ENV"
175175

176176
# Parse arguments
177-
while getopts ":a:e:E:C:T:r:s:du:bcp:n:k:DNmf:tz2" opt; do
177+
while getopts ":a:e:E:C:T:r:s:du:bcp:n:k:DNm:f:tz2" opt; do
178178
case $opt in
179179
a)
180180
OVPN_AUTH="$OPTARG"

0 commit comments

Comments
 (0)