diff --git a/manifest.json b/manifest.json index 59ff683a..546e9301 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "ActivityPub Federated Image Sharing", "fr": "Logiciel de partage d'image fédéré via ActivityPub" }, - "version": "0.10.10~ynh2", + "version": "0.10.10~ynh3", "url": "https://pixelfed.org/", "license": "AGPL-3.0-or-later", "maintainer": [ diff --git a/scripts/upgrade b/scripts/upgrade index ff947548..46f7a3ce 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -180,8 +180,6 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= ynh_script_progression --message="Updating composer dependencies..." -chown -R "$app": "$final_path" - ynh_exec_warn_less ynh_composer_exec --phpversion="$phpversion" --workdir="$final_path" --commands="update" #=================================================