From 90184c14cba5cac12dda897c1064900aecaaa3b4 Mon Sep 17 00:00:00 2001 From: Limezy Date: Wed, 31 Aug 2022 12:14:12 +0700 Subject: [PATCH] Update remove --- scripts/remove | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/scripts/remove b/scripts/remove index a06068a..2a97cac 100755 --- a/scripts/remove +++ b/scripts/remove @@ -42,7 +42,10 @@ fi ynh_script_progression --message="Stopping and removing the systemd service..." --weight=1 # Remove the dedicated systemd config -ynh_remove_systemd_config +ynh_remove_systemd_config --service=immich-server +ynh_remove_systemd_config --service=immich-microservicies +ynh_remove_systemd_config --service=immich-ml +ynh_remove_systemd_config --service=immich-web #================================================= # REMOVE LOGROTATE CONFIGURATION @@ -87,14 +90,6 @@ ynh_script_progression --message="Removing NGINX web server configuration..." -- # Remove the dedicated NGINX config ynh_remove_nginx_config -#================================================= -# REMOVE PHP-FPM CONFIGURATION -#================================================= -ynh_script_progression --message="Removing PHP-FPM configuration..." --weight=1 - -# Remove the dedicated PHP-FPM config -ynh_remove_fpm_config - #================================================= # REMOVE DEPENDENCIES #=================================================