From 9c0186a8ce9be29450fb881fc0652549e54d9efe Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sat, 12 Oct 2024 23:51:56 +0200 Subject: [PATCH] Update INSTALL.sh --- INSTALL.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/INSTALL.sh b/INSTALL.sh index 51feb61a..4d238c7d 100644 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -864,14 +864,6 @@ tweak_ssh(){ } -setup_email() { - if [ "$INSTALL_MAIL" = true ]; then - echo "Setting email service" - opencli email-setup - fi -} - - setup_firewall_service() { if [ -z "$SKIP_FIREWALL" ]; then echo "Setting up the firewall.."