1
0
Fork 0
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:
Alexandre Aubin 2023-11-27 23:10:12 +01:00
parent 93f99733f5
commit 366beb69b3

View file

@ -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
#=================================================