mirror of
https://github.com/YunoHost-Apps/restic_ynh.git
synced 2024-09-03 20:16:22 +02:00
re-fix upgrade
This commit is contained in:
parent
69994202a9
commit
0687aa0d04
1 changed files with 4 additions and 4 deletions
|
@ -29,10 +29,10 @@ fi
|
|||
|
||||
if [ -d "/opt/yunohost/$app" ]; then
|
||||
mv "/opt/yunohost/$app/"* "$install_dir"
|
||||
ynh_secure_remove --file="/opt/yunohost/$app/check-restic"
|
||||
ynh_secure_remove --file="/opt/yunohost/$app/check_method_restic"
|
||||
ynh_secure_remove --file="/opt/yunohost/$app/restic_check_log_restic"
|
||||
ynh_secure_remove --file="/opt/yunohost/$app/restic_log_restic"
|
||||
ynh_delete_file_checksum --file="/opt/yunohost/$app/check-restic"
|
||||
ynh_delete_file_checksum --file="/opt/yunohost/$app/check_method_restic"
|
||||
ynh_delete_file_checksum --file="/opt/yunohost/$app/restic_check_log_restic"
|
||||
ynh_delete_file_checksum --file="/opt/yunohost/$app/restic_log_restic"
|
||||
ynh_secure_remove --file="/opt/yunohost/$app/"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue