From e9f1a5f245e310b6b80c661c8be8fe86fe57fe2e Mon Sep 17 00:00:00 2001 From: Chris Vogel Date: Wed, 12 Jun 2024 14:33:45 +0200 Subject: [PATCH] remove some more linter warnings --- scripts/install | 2 +- scripts/remove | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index eee94f2..257be2a 100755 --- a/scripts/install +++ b/scripts/install @@ -1,8 +1,8 @@ #!/bin/bash # IMPORT GENERIC HELPERS -source /usr/share/yunohost/helpers source _common.sh +source /usr/share/yunohost/helpers # https://codeberg.org/ChriChri/flohmarkt_ynh/issues/9 # check if couchdb is already installed diff --git a/scripts/remove b/scripts/remove index 5a64d60..bd8a9e0 100755 --- a/scripts/remove +++ b/scripts/remove @@ -6,8 +6,8 @@ # IMPORT GENERIC HELPERS #================================================= -source /usr/share/yunohost/helpers source _common.sh +source /usr/share/yunohost/helpers #================================================= # STANDARD REMOVE diff --git a/scripts/restore b/scripts/restore index 162c95f..a710510 100755 --- a/scripts/restore +++ b/scripts/restore @@ -1,7 +1,7 @@ #!/bin/bash -source /usr/share/yunohost/helpers source ../settings/scripts/_common.sh +source /usr/share/yunohost/helpers # reinstall couchdb ynh_script_progression --message="Reinstalling couchdb..." --weight=40 diff --git a/scripts/upgrade b/scripts/upgrade index 36f9d60..8ed81bb 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -1,7 +1,7 @@ #!/bin/bash -source /usr/share/yunohost/helpers source _common.sh +source /usr/share/yunohost/helpers # UPGRADE_PACKAGE if only the YunoHost package has changed # UPGRADE_APP if the upstream app version has changed