This commit is contained in:
Bob Mottram 2017-05-14 23:41:08 +01:00
parent c49b94f9ff
commit 6078716ba5
1 changed files with 2 additions and 2 deletions

View File

@ -267,8 +267,8 @@ function choose_dynamic_dns {
11 dynsip off \
12 sitelutions off \
13 dnsexit off \
13 changeip off \
14 none off 2> $data
14 changeip off \
15 none off 2> $data
sel=$?
case $sel in
1) exit 1;;