From 8b108d1affc85750ac6d68bfb070b30e4c7b41df Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 5 Feb 2023 12:16:55 +0800 Subject: [PATCH] Update ubuntu.sh --- scripts/install/ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install/ubuntu.sh b/scripts/install/ubuntu.sh index f43447789..2d48f6ce4 100644 --- a/scripts/install/ubuntu.sh +++ b/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