Update INSTALL.sh

This commit is contained in:
Stefan Pejcic 2024-10-12 23:51:56 +02:00 committed by GitHub
parent 8e9c08333b
commit 9c0186a8ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.."