From 679f2531b4814265d1a45bf4c61d5e4685ab4d13 Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Mon, 18 Jul 2022 17:46:53 +0200 Subject: [PATCH] change source order --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index f96b93a..a342c19 100755 --- a/scripts/install +++ b/scripts/install @@ -6,9 +6,9 @@ # IMPORT GENERIC HELPERS #================================================= +source ynh_send_readme_to_admin__2 source _common.sh source /usr/share/yunohost/helpers -source ynh_send_readme_to_admin__2 #================================================= # MANAGE SCRIPT FAILURE