From 147d0a4c40f8c5755e8516342457e6a566da0853 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Mon, 23 Sep 2019 23:27:33 +0200 Subject: [PATCH] [fix] helpers paths in restore --- scripts/restore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/restore b/scripts/restore index 9a69ebe..98555d0 100644 --- a/scripts/restore +++ b/scripts/restore @@ -8,6 +8,11 @@ #Keep this path for calling _common.sh inside the execution's context of backup and restore scripts source ../settings/scripts/_common.sh +source ../settings/scripts/ynh_add_extra_apt_repos__3 +source ../settings/scripts/ynh_install_php__3 +source ../settings/scripts/ynh_exec_as +source ../settings/scripts/ynh_composer__2 +source ../settings/scripts/ynh_send_readme_to_admin__2 source /usr/share/yunohost/helpers #=================================================