Skip to content

Commit

Permalink
Updated .sh scripts && updated git workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusmi committed Mar 19, 2024
1 parent 33965b5 commit 862a9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash_utils/uninstall_smtp_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 862a9bc

Please sign in to comment.