From 1ab0422ab32e5e6db21478533f439f19e80ce6a5 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 8 Nov 2020 11:36:39 +0100 Subject: [PATCH] Add proper source to _common.sh --- scripts/backup | 2 +- scripts/restore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/backup b/scripts/backup index f09fa2a..6f3d862 100755 --- a/scripts/backup +++ b/scripts/backup @@ -6,7 +6,7 @@ # IMPORT GENERIC HELPERS #================================================= -source _common.sh +source ../settings/scripts/_common.sh source /usr/share/yunohost/helpers #================================================= diff --git a/scripts/restore b/scripts/restore index d56081f..03d502e 100755 --- a/scripts/restore +++ b/scripts/restore @@ -6,7 +6,7 @@ # IMPORT GENERIC HELPERS #================================================= -source _common.sh +source ../settings/scripts/_common.sh source /usr/share/yunohost/helpers #=================================================