From 9dff62aa540f4b367b68cc33d9186c5e4318374c Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Sat, 4 Jun 2016 23:09:29 +0200 Subject: [PATCH] =?UTF-8?q?source=20=C3=A0=20la=20place=20de=20.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/install | 2 +- scripts/remove | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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