From b28114f6ad0f28e1aced47e157db0db573d7ff32 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Sat, 4 Jun 2016 23:09:35 +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 f6bb945..351ae2a 100644 --- a/scripts/install +++ b/scripts/install @@ -10,7 +10,7 @@ is_public=$YNH_APP_ARG_IS_PUBLIC app=$YNH_APP_INSTANCE_NAME # Source app helpers -. /usr/share/yunohost/helpers +source /usr/share/yunohost/helpers # Delete files and db if exit with an error diff --git a/scripts/remove b/scripts/remove index 8cba649..5ed6599 100755 --- a/scripts/remove +++ b/scripts/remove @@ -4,7 +4,7 @@ app=$YNH_APP_INSTANCE_NAME # Source app helpers -. /usr/share/yunohost/helpers +source /usr/share/yunohost/helpers domain=$(sudo yunohost app setting $app domain) # Suppression de la base de donnée et de l'utilisateur associé.