From 12efd1268e5f472d2c2cdb0c48e0c76d15894ff8 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Fri, 13 Jan 2023 00:02:01 +0100 Subject: [PATCH] Update restore --- scripts/restore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index ac84191..05198d4 100644 --- a/scripts/restore +++ b/scripts/restore @@ -105,7 +105,10 @@ chown -R $app:www-data "$datadir" ynh_script_progression --message="Reinstalling dependencies..." --weight=1 # Define and install dependencies -ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies + +ynh_exec_warn_less +ynh_install_app_dependencies +$pkg_dependencies #================================================= # RESTORE THE POSTGRESQL DATABASE