diff --git a/scripts/install b/scripts/install index 1882bc8..f3e2b19 100755 --- a/scripts/install +++ b/scripts/install @@ -11,6 +11,13 @@ source /usr/share/yunohost/helpers path="/" +#================================================= +# INITIALIZE AND STORE SETTINGS +#================================================= + +# Password are not saved by default, but here required for upgrade +ynh_app_setting_set --app="$app" --key=password --value="$password" + #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #=================================================