Update debian.sh

pull/368/head
midoks 2 years ago
parent 2ca8598671
commit 75a2fcdaaf
  1. 4
      scripts/install/debian.sh

@ -46,7 +46,6 @@ apt install -y wget curl lsof unzip tar cron expect locate
apt install -y python3-pip python3-dev python3-venv
if [ -f /usr/sbin/ufw ];then
if [ "$SSH_PORT" != "" ];then
ufw allow $SSH_PORT/tcp
else
@ -56,9 +55,6 @@ if [ -f /usr/sbin/ufw ];then
ufw allow 80/tcp
ufw allow 443/tcp
ufw allow 888/tcp
# ufw allow 7200/tcp
# ufw allow 3306/tcp
# ufw allow 30000:40000/tcp
fi
if [ -f /usr/sbin/ufw ];then

Loading…
Cancel
Save