diff --git a/scripts/upgrade b/scripts/upgrade index 876924c..5153f8b 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -77,9 +77,6 @@ if [ "$upgrade_type" == "UPGRADE_APP" ] then ynh_script_progression --message="Upgrading Bludit..." --weight=2 - # Replace the old Bludit by the new one - ynh_secure_remove --file=$final_path - # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir=$final_path fi