1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/restic_ynh.git synced 2024-09-03 20:16:22 +02:00

Uncompressing file also for upgrade path

This commit is contained in:
Jérémie Parisel 2024-07-19 10:44:34 +02:00 committed by GitHub
parent ec5d166653
commit 1e333f1c6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,6 +56,7 @@ fi
ynh_script_progression --message="Installing Restic..." --weight=7
ynh_setup_source --source_id=main --dest_dir="$install_dir"
bunzip2 -d -f /var/www/restic/restic.bz2
chmod +x "$install_dir/restic"
# This function will only create it if required