From 7b8cdf6bf78e5b73085fb3abb51597e84a2d1d20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 30 Jan 2024 11:30:58 +0100 Subject: [PATCH] Fix: password was not saved by default --- scripts/install | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/install b/scripts/install index 706e974..9db34d9 100755 --- a/scripts/install +++ b/scripts/install @@ -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 #=================================================