diff --git a/scripts/install/ubuntu.sh b/scripts/install/ubuntu.sh index 8af0c274f..37f8ef8bf 100644 --- a/scripts/install/ubuntu.sh +++ b/scripts/install/ubuntu.sh @@ -70,7 +70,7 @@ echo "SSH PORT:${SSH_PORT}" if [ -f /usr/sbin/ufw ];then # look # ufw status - ufw enable + echo 'y' | ufw enable if [ "$SSH_PORT" != "" ];then ufw allow $SSH_PORT/tcp