From 2875012a5f25fa8bed7c535c1479a8b02fb9d740 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Tue, 5 Jan 2021 22:58:06 +0100 Subject: [PATCH] clean remove script --- scripts/remove | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/remove b/scripts/remove index 33e2e6b..d3c1e5a 100755 --- a/scripts/remove +++ b/scripts/remove @@ -6,7 +6,7 @@ # IMPORT GENERIC HELPERS #================================================= - +source _common.sh source /usr/share/yunohost/helpers #================================================= @@ -20,7 +20,6 @@ port=$(ynh_app_setting_get $app port) final_path=$(ynh_app_setting_get $app final_path) calibre_dir=$(ynh_app_setting_get $app calibre_dir) -source _common.sh #================================================= # REMOVE SERVICE FROM ADMIN PANEL