From 143ea26459c51c68927aee9c91a19bf3b642866e Mon Sep 17 00:00:00 2001 From: Kay0u Date: Sat, 15 May 2021 21:44:39 +0200 Subject: [PATCH] fix backup/restore --- scripts/backup | 2 +- scripts/restore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/backup b/scripts/backup index 14200d5..3f40d60 100644 --- a/scripts/backup +++ b/scripts/backup @@ -7,7 +7,7 @@ #================================================= #Keep this path for calling _common.sh inside the execution's context of backup and restore scripts -source $YNH_APP_BASEDIR/scripts/_common.sh +source ../settings/scripts/_common.sh source /usr/share/yunohost/helpers #================================================= diff --git a/scripts/restore b/scripts/restore index a757873..6ebdc2c 100644 --- a/scripts/restore +++ b/scripts/restore @@ -7,7 +7,7 @@ #================================================= #Keep this path for calling _common.sh inside the execution's context of backup and restore scripts -source $YNH_APP_BASEDIR/scripts/_common.sh +source ../settings/scripts/_common.sh source /usr/share/yunohost/helpers #=================================================