1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/outline_ynh.git synced 2024-09-03 19:56:12 +02:00
This commit is contained in:
Limezy 2022-08-22 23:17:12 +07:00
parent 1222106f06
commit d1516e0ea1

View file

@ -49,6 +49,9 @@ upgrade_type=$(ynh_check_app_version_changed)
#=================================================
ynh_script_progression --message="Backing up the app before upgrading (may take a while)..." --weight=1
# Ugly fix for an early mistake - to be removed with next upgrade
ynh_secure_remove --file="$final_path/outlinestorage"
# Backup the current version of the app
ynh_backup_before_upgrade
ynh_clean_setup () {