From 4eafccc485d60c03fa3d086a39e0a7ce58619ba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Sun, 12 Apr 2020 23:32:02 +0200 Subject: [PATCH] source experimental helpers before the officials --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 0d1a5a1..9122032 100755 --- a/scripts/restore +++ b/scripts/restore @@ -8,9 +8,9 @@ #Keep this path for calling _common.sh inside the execution's context of backup and restore scripts source ../settings/scripts/_common.sh -source /usr/share/yunohost/helpers source ../settings/scripts/ynh_add_extra_apt_repos source ../settings/scripts/ynh_install_php +source /usr/share/yunohost/helpers #================================================= # MANAGE SCRIPT FAILURE