mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update INSTALL.sh
This commit is contained in:
parent
0d18978bc7
commit
c2eeb41c88
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user