diff --git a/scripts/install b/scripts/install index bc2c670..94e4113 100644 --- a/scripts/install +++ b/scripts/install @@ -13,7 +13,7 @@ then app=$YNH_APP_INSTANCE_NAME # Source app helpers - . /usr/share/yunohost/helpers + source /usr/share/yunohost/helpers else domain=$1 path=$2 diff --git a/scripts/remove b/scripts/remove index 302f9a8..2ebde95 100644 --- a/scripts/remove +++ b/scripts/remove @@ -6,7 +6,7 @@ if [ $ynh_version = "2.4" ]; then app=$YNH_APP_INSTANCE_NAME # Source app helpers - . /usr/share/yunohost/helpers + source /usr/share/yunohost/helpers else app=lutim fi