From 003ca7362936f17b6d031ff99b89714b6659c5b1 Mon Sep 17 00:00:00 2001 From: ghost Date: Sun, 12 Dec 2021 06:54:32 +0200 Subject: [PATCH] remove deprecated step --- twister-cli-installer.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/twister-cli-installer.sh b/twister-cli-installer.sh index f8f6af8..cf7fcf8 100644 --- a/twister-cli-installer.sh +++ b/twister-cli-installer.sh @@ -138,14 +138,6 @@ function install() { sudo ufw allow 22 fi - until [[ $PORTS =~ (y|n) ]]; do - read -rp "Open 6550 / 7550 ports to support the network? [y/n]: " -e PORTS - done - if [[ $PORTS == "y" ]]; then - sudo ufw allow 6550 - sudo ufw allow 7550 - fi - until [[ $UFW =~ (y|n) ]]; do if [[ $REMOTE == "y" ]]; then