From 5cefde88f7a2f51b172197d2ff4019fb7e4d438f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 23 Oct 2020 15:29:52 +0200 Subject: [PATCH] Update restore --- scripts/restore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 576084e..71c3dd8 100644 --- a/scripts/restore +++ b/scripts/restore @@ -61,7 +61,14 @@ ynh_restore_file --origin_path="$final_path" ynh_script_progression --message="Recreating the dedicated system user..." --weight=3 # Create the dedicated user (if not existing) -ynh_system_user_create --username="$app" +ynh_system_user_create --username=$app + +#================================================= +# INSTALL DEPENDENCIES +#================================================= +ynh_print_info "Installing dependencies..." + +ynh_install_app_dependencies $pkg_dependencies #================================================= # SPECIFIC RESTORATION