From 862a9bcaae8b7ee6dc9e911c751cac0a27f51590 Mon Sep 17 00:00:00 2001 From: Yunus Ashyrov Date: Tue, 19 Mar 2024 22:03:51 +0500 Subject: [PATCH] Updated .sh scripts && updated git workflows --- bash_utils/uninstall_smtp_server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_utils/uninstall_smtp_server.sh b/bash_utils/uninstall_smtp_server.sh index 5aee843..331d6d9 100644 --- a/bash_utils/uninstall_smtp_server.sh +++ b/bash_utils/uninstall_smtp_server.sh @@ -4,7 +4,7 @@ echo 'debconf debconf/frontend select noninteractive' apt purge -y mailutils apt purge -y certbot -apt autoremove +apt autoremove -y if [ -d "/etc/ssl/postfix" ]; then rm -rf /etc/ssl/postfix