mirror of
https://github.com/YunoHost-Apps/restic_ynh.git
synced 2024-09-03 20:16:22 +02:00
cleanup more in upgrade
This commit is contained in:
parent
62f213a844
commit
64bc269924
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ fi
|
||||||
ynh_script_progression --message="Ensuring downward compatibility..." --weight=1
|
ynh_script_progression --message="Ensuring downward compatibility..." --weight=1
|
||||||
|
|
||||||
if [ -f "/usr/local/bin/backup-with-${app}" ]; then
|
if [ -f "/usr/local/bin/backup-with-${app}" ]; then
|
||||||
|
ynh_delete_file_checksum --file="/usr/local/bin/backup-with-${app}"
|
||||||
ynh_secure_remove --file="/usr/local/bin/backup-with-${app}"
|
ynh_secure_remove --file="/usr/local/bin/backup-with-${app}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue