From d5d17f3b653d064d27bc99e0a447649543e6c8f3 Mon Sep 17 00:00:00 2001 From: Olivier BILHAUT Date: Fri, 2 Feb 2018 16:59:51 +0100 Subject: [PATCH] Modified remove script start to be compliant with generic script --- scripts/remove | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/scripts/remove b/scripts/remove index 6e4833e..1c4cb7f 100644 --- a/scripts/remove +++ b/scripts/remove @@ -1,10 +1,17 @@ #!/bin/bash -set -u +#================================================= +# GENERIC START +#================================================= +# IMPORT GENERIC HELPERS +#================================================= + +source _common.sh +source /usr/share/yunohost/helpers + + app=$YNH_APP_INSTANCE_NAME -# Source YunoHost helpers -source /usr/share/yunohost/helpers # Retrieve app settings domain=$(ynh_app_setting_get "$app" domain)