From ec5d16665310f012106c7959f9894a617c142af2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Parisel?= Date: Fri, 19 Jul 2024 10:42:45 +0200 Subject: [PATCH] Uncompress bz2 file --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 253a381..4af153f 100755 --- a/scripts/install +++ b/scripts/install @@ -20,6 +20,7 @@ ynh_app_setting_set --app=$app --key=passphrase --value="$passphrase" 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" _gen_and_save_public_key