1
0
Fork 0
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:
Salamandar 2024-05-26 15:31:15 +02:00
parent 295c7373e4
commit 69994202a9

View file

@ -28,7 +28,7 @@ if [ -f "/usr/local/bin/backup-with-${app}" ]; then
fi
if [ -d "/opt/yunohost/$app" ]; then
mv "/opt/yunohost/$app/"* "/opt/yunohost/$app/".* "$install_dir"
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"