diff --git a/scripts/upgrade b/scripts/upgrade index 2841aa8..326970a 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -20,9 +20,6 @@ admin=$(ynh_app_setting_get "$app" admin) is_public=$(ynh_app_setting_get "$app" is_public) language=$(ynh_app_setting_get "$app" language) -# Remove trailing "/" for next commands -path=${path%/} - # Download and extract application extract_application ..