Read ddns variables after they are defined
This commit is contained in:
parent
44205567db
commit
cb02501870
|
@ -947,7 +947,12 @@ function interactive_config {
|
|||
choose_rng
|
||||
choose_debian_repo
|
||||
"${PROJECT_NAME}-wifi" --networksinteractive "$WIFI_NETWORKS_FILE"
|
||||
|
||||
"${PROJECT_NAME}-ddns"
|
||||
read_config_param DDNS_PROVIDER
|
||||
read_config_param DDNS_USERNAME
|
||||
read_config_param DDNS_PASSWORD
|
||||
|
||||
choose_default_domain_name
|
||||
choose_email_address
|
||||
interactive_key_recovery
|
||||
|
|
Loading…
Reference in New Issue