Update INSTALL.sh

This commit is contained in:
Stefan Pejcic 2024-09-12 14:22:52 +02:00 committed by GitHub
parent 7c6961aab5
commit 33febb531d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -931,7 +931,7 @@ setup_firewall_service() {
open_port_csf 32768:60999 #docker open_port_csf 32768:60999 #docker
open_port_csf 21 #ftp open_port_csf 21 #ftp
open_port_csf 21000-21010 #passive ftp open_port_csf 21000:21010 #passive ftp
set_csf_email_address set_csf_email_address
@ -984,7 +984,7 @@ setup_firewall_service() {
debug_log ufw allow 2083/tcp #openpanel debug_log ufw allow 2083/tcp #openpanel
debug_log ufw allow 2087/tcp #openadmin debug_log ufw allow 2087/tcp #openadmin
debug_log ufw allow 21/tcp #ftp debug_log ufw allow 21/tcp #ftp
debug_log ufw allow 21000-21010/tcp #passive ftp debug_log ufw allow 21000:21010/tcp #passive ftp
debug_log "yes | ufw enable" debug_log "yes | ufw enable"
if [ "$NO_SSH" = false ]; then if [ "$NO_SSH" = false ]; then