From 34b6f2e2f33c528a411a5c1690ad7124c68bb6da Mon Sep 17 00:00:00 2001 From: magikcypress Date: Tue, 4 Apr 2017 17:12:48 +0200 Subject: [PATCH] [fix] add .fonctions for remove --- scripts/remove | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/remove b/scripts/remove index ffcedba..4426b8a 100644 --- a/scripts/remove +++ b/scripts/remove @@ -3,6 +3,8 @@ # Exit on command errors and treat unset variables as an error set -u +# Loads the generic functions usually used in the script +source .fonctions # Source app helpers source /usr/share/yunohost/helpers