From f33f85f0693a8ae41231c8159a81b5fd21204e16 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 7 Aug 2019 16:20:30 +0200 Subject: [PATCH] Also remove the env var file --- scripts/remove | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/remove b/scripts/remove index 2e18171..199ec28 100644 --- a/scripts/remove +++ b/scripts/remove @@ -28,6 +28,8 @@ final_path=$(ynh_app_setting_get $app final_path) ynh_remove_systemd_config +ynh_secure_remove /etc/systemd/system/ethercalc.env + #================================================= # REMOVE SERVICE FROM ADMIN PANEL #=================================================