From 75d9bf51aa752ad4b51dba1892f12db1f7c16e21 Mon Sep 17 00:00:00 2001 From: Yalh Date: Thu, 24 Jan 2019 01:27:48 +0100 Subject: [PATCH] invert systemd remove and from admin panel remove --- scripts/remove | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/remove b/scripts/remove index 10b4ce8..5c4d6f5 100755 --- a/scripts/remove +++ b/scripts/remove @@ -24,13 +24,6 @@ cache=$(ynh_app_setting_get "$app" cache) #================================================= # STANDARD REMOVE -#================================================= -# STOP AND REMOVE SERVICE -#================================================= - -# Remove the dedicated systemd config -ynh_remove_systemd_config - #================================================= # REMOVE SERVICE FROM ADMIN PANEL #================================================= @@ -42,6 +35,13 @@ then yunohost service remove $app fi +#================================================= +# STOP AND REMOVE SERVICE +#================================================= + +# Remove the dedicated systemd config +ynh_remove_systemd_config + #================================================= # REMOVE DEPENDENCIES #=================================================