From ed45ce00cafeddecaeed885d464434a567672ed0 Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Mon, 22 Mar 2021 13:15:59 +0500 Subject: [PATCH] push install status --- cyberpanel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {