push install status

This commit is contained in:
Usman Nasir
2021-03-22 13:15:59 +05:00
parent 5e9b36301b
commit ed45ce00ca

View File

@@ -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() {