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