diff --git a/scripts/install b/scripts/install index 42e9fe4..8ee4c96 100644 --- a/scripts/install +++ b/scripts/install @@ -9,7 +9,7 @@ then app=$YNH_APP_INSTANCE_NAME # Source app helpers - . /usr/share/yunohost/helpers + source /usr/share/yunohost/helpers else version=$1 app=minidlna diff --git a/scripts/remove b/scripts/remove index a06eeb9..f492b20 100755 --- 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=minidlna fi