mirror of
https://github.com/YunoHost-Apps/hotspot_ynh.git
synced 2024-09-03 19:25:53 +02:00
wifi_passphrase must be saved explicitly
This commit is contained in:
parent
93f99733f5
commit
366beb69b3
1 changed files with 4 additions and 0 deletions
|
@ -90,6 +90,10 @@ else
|
|||
ynh_app_setting_set --app=$app --key=service_enabled --value=1
|
||||
fi
|
||||
|
||||
# We must explicitly save the wifi passphrase despite being in the install question
|
||||
# because password-type questions are not saved automatically
|
||||
ynh_app_setting_set --app=$app --key=wifi_passphrase --value="$wifi_passphrase"
|
||||
|
||||
#=================================================
|
||||
# COPY CONFIGS
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue