From 1e333f1c6cf85f375255ea516cb901fd7338cd96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Parisel?= Date: Fri, 19 Jul 2024 10:44:34 +0200 Subject: [PATCH] Uncompressing file also for upgrade path --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index 582678a..98aa5e6 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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