From 53c6800ce0bdfc1401a82870a7125da8bc4616b9 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 25 Oct 2024 19:55:23 +0200 Subject: [PATCH] Update INSTALL.sh --- version/0.3.3/INSTALL.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version/0.3.3/INSTALL.sh b/version/0.3.3/INSTALL.sh index 9cba7cb8..ea20b6ad 100644 --- a/version/0.3.3/INSTALL.sh +++ b/version/0.3.3/INSTALL.sh @@ -10,7 +10,7 @@ # Usage: bash <(curl -sSL https://openpanel.org) # Author: Stefan Pejcic # Created: 11.07.2023 -# Last Modified: 18.10.2024 +# Last Modified: 25.10.2024 # ################################################################################ @@ -965,7 +965,7 @@ setup_firewall_service() { install_csf edit_csf_conf open_tcpout_csf 3306 #mysql tcp_out only - pen_tcpout_csf 465 #for emails + open_tcpout_csf 465 #for emails open_port_csf 22 #ssh open_port_csf 53 #dns open_port_csf 80 #http @@ -1511,7 +1511,7 @@ send_install_log(){ exec > /dev/tty exec 2>&1 opencli report --public >> "$LOG_FILE" - curl -F "file=@/root/$LOG_FILE" http://support.openpanel.co/install_logs.php + curl -F "file=@/root/$LOG_FILE" https://support.openpanel.org/install_logs.php # Redirect again stdout and stderr to the log file exec > >(tee -a "$LOG_FILE") exec 2>&1