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