Browse Source

Read ddns variables after they are defined

Bob Mottram 7 years ago
parent
commit
cb02501870
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      src/freedombone-config

+ 5
- 0
src/freedombone-config View File

@@ -947,7 +947,12 @@ function interactive_config {
947 947
     choose_rng
948 948
     choose_debian_repo
949 949
     "${PROJECT_NAME}-wifi" --networksinteractive "$WIFI_NETWORKS_FILE"
950
+
950 951
     "${PROJECT_NAME}-ddns"
952
+    read_config_param DDNS_PROVIDER
953
+    read_config_param DDNS_USERNAME
954
+    read_config_param DDNS_PASSWORD
955
+
951 956
     choose_default_domain_name
952 957
     choose_email_address
953 958
     interactive_key_recovery