Update ubuntu.sh

pull/368/head
midoks 2 years ago
parent d63aae100d
commit 2cfa7ec2ab
  1. 3
      scripts/install/ubuntu.sh

@ -29,6 +29,9 @@ echo "SSH PORT:${SSH_PORT}"
if [ -f /usr/sbin/ufw ];then
# look
# ufw status
if [ "$SSH_PORT" != "" ];then
ufw allow $SSH_PORT/tcp
else

Loading…
Cancel
Save