diff --git a/setup.sh b/setup.sh index 3de0bcb..e7327bb 100644 --- a/setup.sh +++ b/setup.sh @@ -54,6 +54,6 @@ ufw allow 20:21/tcp ufw allow 30000:31000/tcp #SSH/SFTP ufw limit 22/tcp -echo "y" | ufw limit > $OUTPUT 2>&1 - +echo "y" | ufw enable +#Restart services systemctl restart vsftpd sshd \ No newline at end of file