From 92b6b5962c3e6325456735721b83fafdde539424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 13 May 2024 08:23:57 +0200 Subject: [PATCH] Update remove --- scripts/remove | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/remove b/scripts/remove index 4d1e02b..5669aa6 100755 --- a/scripts/remove +++ b/scripts/remove @@ -28,13 +28,8 @@ ynh_remove_systemd_config --service="$app-worker" # Remove the dedicated NGINX config ynh_remove_nginx_config -#================================================= -# REMOVE DEPENDENCIES -#================================================= -ynh_script_progression --message="Removing Ruby..." --weight=1 ynh_remove_ruby -ynh_script_progression --message="Removing NodeJS..." --weight=1 ynh_remove_nodejs #=================================================