mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
Fix
This commit is contained in:
parent
1222106f06
commit
d1516e0ea1
1 changed files with 3 additions and 0 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue