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