From 40111caf84a12601727c4e16669e3a5f2ee96d1e Mon Sep 17 00:00:00 2001 From: Florent Date: Fri, 17 Nov 2023 15:20:57 +0100 Subject: [PATCH] Fix lint for source order --- scripts/install | 2 +- scripts/remove | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 77a316b..a2ddd6d 100755 --- a/scripts/install +++ b/scripts/install @@ -7,8 +7,8 @@ #================================================= source _common.sh -source /usr/share/yunohost/helpers source ynh_redis +source /usr/share/yunohost/helpers #================================================= # APP "BUILD" (DEPLOYING SOURCES, VENV, COMPILING ETC) diff --git a/scripts/remove b/scripts/remove index 8d60f5b..7ed4445 100755 --- a/scripts/remove +++ b/scripts/remove @@ -7,8 +7,8 @@ #================================================= source _common.sh -source /usr/share/yunohost/helpers source ynh_redis +source /usr/share/yunohost/helpers #================================================= # REMOVE SYSTEM CONFIGURATIONS