From 92cbcf05841482c21122c9f0c9beb622dff01747 Mon Sep 17 00:00:00 2001 From: Moul Date: Wed, 14 Jun 2017 11:42:33 +0200 Subject: [PATCH] [fix] add missing import on remove script. --- scripts/remove | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/remove b/scripts/remove index 69240ce..30922fa 100755 --- a/scripts/remove +++ b/scripts/remove @@ -5,6 +5,7 @@ set -u # Source app helpers source /usr/share/yunohost/helpers +source functions.sh app=$YNH_APP_INSTANCE_NAME domain=$(ynh_app_setting_get $app domain)