Update UPDATE.sh

This commit is contained in:
Stefan Pejcic 2024-09-12 14:23:29 +02:00 committed by GitHub
parent 91a9f331b7
commit 91e33ba0d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -271,10 +271,10 @@ kill_existing_ftp() {
open_port_csf 21 > /dev/null 2>&1 #ftp
open_port_csf 21000-21010 > /dev/null 2>&1 #passive ftp
open_port_csf 21000:21010 > /dev/null 2>&1 #passive ftp
ufw allow 21/tcp > /dev/null 2>&1 #ftp
ufw allow 21000-21010/tcp > /dev/null 2>&1 #passive ftp
ufw allow 21000:21010/tcp > /dev/null 2>&1 #passive ftp
echo "Finished setting FTP server."