diff --git a/cyberpanel.sh b/cyberpanel.sh index 971e71b8a..5c9e28ca7 100644 --- a/cyberpanel.sh +++ b/cyberpanel.sh @@ -103,7 +103,7 @@ echo -e "\n${1}=${2}\n" >> /tmp/cyberpanel_debug.log Debug_Log2() { echo -e "\n${1}" >> /var/log/installLogs.txt -curl -d '{"ipAddress": "${Server_IP}", "InstallCyberPanelStatus": "${1}}"' -H "Content-Type: application/json" -X POST http://http://de-a.cyberhosting.org:8000/servers/RecvData +curl -d '{"ipAddress": "${Server_IP}", "InstallCyberPanelStatus": "${1}}"' -H "Content-Type: application/json" -X POST http://cloud.cyberpanel.net:8000/servers/RecvData } Branch_Check() {