Update ubuntu.sh
This commit is contained in:
parent
2cfa7ec2ab
commit
8b108d1aff
|
|
@ -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…
Reference in New Issue