From 30ad99c10007d092b424487e324a57be4b6cdff6 Mon Sep 17 00:00:00 2001 From: Kay0u Date: Thu, 16 Apr 2020 12:20:59 +0200 Subject: [PATCH] reorder source --- scripts/upgrade | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index bd1f854..8fb06b7 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -6,12 +6,9 @@ # IMPORT GENERIC HELPERS #================================================= -# IMPORT GENERIC HELPERS +source _common.sh source /usr/share/yunohost/helpers -# Load common variables and helpers -source ./_common.sh - #================================================= # LOAD SETTINGS #=================================================