diff --git a/scripts/install b/scripts/install index 1ec1814..cbbd39d 100644 --- a/scripts/install +++ b/scripts/install @@ -13,11 +13,6 @@ version='1.1.0' # Source YunoHost helpers source /usr/share/yunohost/helpers -# Save app settings - ynh_app_setting_set "$app" admin "$admin" - ynh_app_setting_set "$app" is_public "$is_public" - ynh_app_setting_set "$app" language "$language" - # Check domain/path availability sudo yunohost app checkurl "${domain}${path}" -a "$app" \ || ynh_die "Path not available: ${domain}${path}"