瀏覽代碼

Don't need to save if nothing happens

Bob Mottram 7 年之前
父節點
當前提交
39a624a19a
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      src/freedombone-ddns

+ 2
- 2
src/freedombone-ddns 查看文件

182
                --yesno $"\\nConfigure a dynamic DNS service?\\n\\nIf it is already handled by your internet router then select 'no'." 10 50
182
                --yesno $"\\nConfigure a dynamic DNS service?\\n\\nIf it is already handled by your internet router then select 'no'." 10 50
183
         sel=$?
183
         sel=$?
184
         case $sel in
184
         case $sel in
185
-            0) dynamic_dns_setup;;
185
+            0) dynamic_dns_setup
186
+               ;;
186
             255) exit 1;;
187
             255) exit 1;;
187
         esac
188
         esac
188
     fi
189
     fi
189
-    save_configuration_values
190
 }
190
 }
191
 
191
 
192
 if [ ! "$CONFIGURATION_FILE" ]; then
192
 if [ ! "$CONFIGURATION_FILE" ]; then