From 010de888a5cb461bcb1e2b008bb88efcbd5a33ae Mon Sep 17 00:00:00 2001 From: Selamanse Date: Tue, 18 Jul 2017 14:35:20 +0200 Subject: [PATCH] Removes invalid source in scripts --- scripts/backup | 1 - scripts/install | 1 - scripts/remove | 1 - scripts/restore | 2 +- scripts/upgrade | 1 - 5 files changed, 1 insertion(+), 5 deletions(-) diff --git a/scripts/backup b/scripts/backup index 89f06ec..ed87ef1 100644 --- a/scripts/backup +++ b/scripts/backup @@ -14,7 +14,6 @@ ynh_abort_if_errors # IMPORT GENERIC HELPERS #================================================= -source _common.sh source /usr/share/yunohost/helpers #================================================= diff --git a/scripts/install b/scripts/install index a79748f..70e927a 100644 --- a/scripts/install +++ b/scripts/install @@ -7,7 +7,6 @@ set -eu # IMPORT GENERIC HELPERS #================================================= -source _common.sh source /usr/share/yunohost/helpers #================================================= diff --git a/scripts/remove b/scripts/remove index ea47305..b366d21 100644 --- a/scripts/remove +++ b/scripts/remove @@ -7,7 +7,6 @@ set -u # IMPORT GENERIC HELPERS #================================================= -source _common.sh source /usr/share/yunohost/helpers app=$YNH_APP_INSTANCE_NAME diff --git a/scripts/restore b/scripts/restore index 4fa4043..7a18c8a 100644 --- a/scripts/restore +++ b/scripts/restore @@ -13,7 +13,7 @@ ynh_abort_if_errors #================================================= # IMPORT GENERIC HELPERS #================================================= -source _common.sh + source /usr/share/yunohost/helpers #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 54d98c7..e301a94 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -7,7 +7,6 @@ set -eu # IMPORT GENERIC HELPERS #================================================= -source _common.sh source /usr/share/yunohost/helpers ROCKETCHAT_VERSION=0.57.2