diff --git a/scripts/install b/scripts/install index a1abb75..d2f927b 100644 --- a/scripts/install +++ b/scripts/install @@ -30,6 +30,7 @@ sudo yunohost app checkurl "${domain}${path}" -a "$app" \ # Save app settings ynh_app_setting_set "$app" admin "$admin" ynh_app_setting_set "$app" is_public "$is_public" +ynh_app_setting_set "$app" port "$port" # Install dependencies install_dependencies