1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bludit_ynh.git synced 2024-09-03 18:06:13 +02:00

Update upgrade

This commit is contained in:
Éric Gaspar 2022-09-07 22:52:50 +02:00
parent 898d2ef0ff
commit 3b9b9a4b15
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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