From 731aa2ea8b0eb9d2fb74bdf8518290f6ea34f1c0 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 23 Mar 2022 20:26:59 +0100 Subject: [PATCH] Fix missing flood during restore --- scripts/restore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scripts/restore b/scripts/restore index 596b61c..a747122 100755 --- a/scripts/restore +++ b/scripts/restore @@ -94,6 +94,16 @@ ynh_script_progression --message="Reinstalling dependencies..." # Define and install dependencies ynh_install_app_dependencies $pkg_dependencies +#================================================= +# REINSTALL FLOOD +#================================================= +ynh_script_progression --message="Reinstalling flood..." + +# Download, check integrity, uncompress and patch the source from app.src +ynh_setup_source --dest_dir="$final_path" --source_id=$YNH_ARCH +dpkg -i $final_path/flood-linux.deb +ynh_secure_remove --file="$final_path/flood-linux.deb" + #================================================= # RESTORE SYSTEMD #=================================================