1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/couchdb_ynh.git synced 2024-09-03 18:16:11 +02:00

Fix: password was not saved by default

This commit is contained in:
Salamandar 2024-01-30 11:30:58 +01:00
parent 59b941e377
commit 7b8cdf6bf7

View file

@ -9,6 +9,14 @@
source _common.sh
source /usr/share/yunohost/helpers
#=================================================
# INITIALIZE AND STORE SETTINGS
#=================================================
# Not stored by default
ynh_app_setting_set --app=$app --key=password --value="$password"
#=================================================
# NGINX CONFIGURATION
#=================================================