From b72fe4c180d0f47232b53dfd4dfb50cc69fa526d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 3 Nov 2020 19:13:41 +0100 Subject: [PATCH] Update restore --- scripts/restore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/restore b/scripts/restore index dba7bd3..13d5d92 100644 --- a/scripts/restore +++ b/scripts/restore @@ -74,6 +74,14 @@ ynh_system_user_create --username=$app chown -R $app: $final_path chmod 600 $final_path/credentials.json +#================================================= +# REINSTALL DEPENDENCIES +#================================================= +ynh_script_progression --message="Reinstalling dependencies..." --weight=7 + +# Define and install dependencies +ynh_install_app_dependencies $pkg_dependencies + #================================================= # RESTORE THE POSTQRESQL DATABASE #=================================================