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 #=================================================