Don't need to save if nothing happens
This commit is contained in:
parent
97b25053bf
commit
39a624a19a
|
@ -182,11 +182,11 @@ function choose_dynamic_dns {
|
||||||
--yesno $"\\nConfigure a dynamic DNS service?\\n\\nIf it is already handled by your internet router then select 'no'." 10 50
|
--yesno $"\\nConfigure a dynamic DNS service?\\n\\nIf it is already handled by your internet router then select 'no'." 10 50
|
||||||
sel=$?
|
sel=$?
|
||||||
case $sel in
|
case $sel in
|
||||||
0) dynamic_dns_setup;;
|
0) dynamic_dns_setup
|
||||||
|
;;
|
||||||
255) exit 1;;
|
255) exit 1;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
save_configuration_values
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ ! "$CONFIGURATION_FILE" ]; then
|
if [ ! "$CONFIGURATION_FILE" ]; then
|
||||||
|
|
Loading…
Reference in New Issue