From ce6d1096ec1f1efa56649693bd7fdf72fffebe58 Mon Sep 17 00:00:00 2001 From: liberodark Date: Mon, 19 Nov 2018 15:57:11 +0100 Subject: [PATCH] fix --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index c79448c..34f2bba 100644 --- a/scripts/install +++ b/scripts/install @@ -6,7 +6,7 @@ # IMPORT GENERIC HELPERS #================================================= -source _common.sh +#source _common.sh source /usr/share/yunohost/helpers #=================================================