From e9a3501a57dfc7625c50db806cad1db6727ba628 Mon Sep 17 00:00:00 2001 From: fab Date: Wed, 4 Sep 2024 10:47:13 +0200 Subject: [PATCH] Update uninstall.sh --- uninstall.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/uninstall.sh b/uninstall.sh index 3012a30..5070feb 100644 --- a/uninstall.sh +++ b/uninstall.sh @@ -75,10 +75,7 @@ if [ -d "/etc/lxc_autoscale_ml" ] && [ ! "$(ls -A /etc/lxc_autoscale_ml)" ]; the log "INFO" "${CHECKMARK} Successfully removed empty directory /etc/lxc_autoscale_ml." fi -# Uninstall required libraries -apt remove python3-flask python3-requests python3-sklearn python3-pandas python3-numpy -y - -# Final cleanup +# Reload systemd to reflect changes log "INFO" "Reloading systemd daemon to reflect changes..." systemctl daemon-reload