Update ubuntu.sh

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

@ -31,6 +31,7 @@ if [ -f /usr/sbin/ufw ];then
# look
# ufw status
ufw enable
if [ "$SSH_PORT" != "" ];then
ufw allow $SSH_PORT/tcp

Loading…
Cancel
Save