From 06ae08ef4332294264608d1eab66b598d3c09d91 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 6 Jun 2021 23:28:54 +0200 Subject: [PATCH] fix --- scripts/install | 2 +- scripts/restore | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 80302fc..a83bd20 100755 --- a/scripts/install +++ b/scripts/install @@ -6,8 +6,8 @@ # IMPORT GENERIC HELPERS #================================================= -source /usr/share/yunohost/helpers source _common.sh +source /usr/share/yunohost/helpers #================================================= # MANAGE SCRIPT FAILURE diff --git a/scripts/restore b/scripts/restore index 28c78dd..ead5395 100755 --- a/scripts/restore +++ b/scripts/restore @@ -7,9 +7,8 @@ #================================================= #Keep this path for calling _common.sh inside the execution's context of backup and restore scripts -source /usr/share/yunohost/helpers source ../settings/scripts/_common.sh - +source /usr/share/yunohost/helpers #================================================= # MANAGE SCRIPT FAILURE