From 41f8269dbb6c2846351c593b7c6a4ab639447806 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 30 Jan 2018 15:07:38 -0700 Subject: [PATCH] Update iptables.sh --- debian/resources/postgresql/iptables.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/resources/postgresql/iptables.sh b/debian/resources/postgresql/iptables.sh index 505aae7..8ca76b4 100644 --- a/debian/resources/postgresql/iptables.sh +++ b/debian/resources/postgresql/iptables.sh @@ -23,7 +23,6 @@ read -p 'Add iptable rules (y/n): ' iptables_add echo "-----------------------------"; echo " Summary"; echo "-----------------------------"; - echo "All Node IP Addresses: $nodes"; echo "Add iptable rules: $iptables_add"; echo "";