From 4db782a51a2a274f428c387a5293af667ab08814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Wed, 15 Apr 2020 20:29:35 +0200 Subject: [PATCH] Fix order of helper import --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 01a7ce1..060a36f 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -6,8 +6,8 @@ # IMPORT GENERIC HELPERS #================================================= -source _common.sh source /usr/share/yunohost/helpers +source _common.sh #================================================= # LOAD SETTINGS