From 6570122ffd4ab30a0e73fa4b53da68b6e7e005d9 Mon Sep 17 00:00:00 2001 From: Kay0u Date: Sat, 11 Apr 2020 02:27:49 +0200 Subject: [PATCH] source experimental helpers before the officials --- scripts/backup | 2 +- scripts/install | 2 +- scripts/remove | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/backup b/scripts/backup index 124f7f0..f2873e9 100644 --- a/scripts/backup +++ b/scripts/backup @@ -7,9 +7,9 @@ #================================================= 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 diff --git a/scripts/install b/scripts/install index f3c787d..51129c9 100644 --- a/scripts/install +++ b/scripts/install @@ -7,9 +7,9 @@ #================================================= source _common.sh -source /usr/share/yunohost/helpers source ynh_add_extra_apt_repos source ynh_install_php +source /usr/share/yunohost/helpers #================================================= # MANAGE SCRIPT FAILURE diff --git a/scripts/remove b/scripts/remove index bce7299..272d620 100644 --- a/scripts/remove +++ b/scripts/remove @@ -7,9 +7,9 @@ #================================================= source _common.sh -source /usr/share/yunohost/helpers source ynh_add_extra_apt_repos source ynh_install_php +source /usr/share/yunohost/helpers #================================================= # LOAD SETTINGS diff --git a/scripts/restore b/scripts/restore index f5b810f..4f7a287 100644 --- a/scripts/restore +++ b/scripts/restore @@ -7,9 +7,9 @@ #================================================= 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 diff --git a/scripts/upgrade b/scripts/upgrade index 91ac469..0c11d5c 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -7,9 +7,9 @@ #================================================= source _common.sh -source /usr/share/yunohost/helpers source ynh_add_extra_apt_repos source ynh_install_php +source /usr/share/yunohost/helpers #================================================= # LOAD SETTINGS