mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-03-01 09:50:44 +01:00
push install status
This commit is contained in:
@@ -102,8 +102,9 @@ echo -e "\n${1}=${2}\n" >> /tmp/cyberpanel_debug.log
|
||||
}
|
||||
|
||||
Debug_Log2() {
|
||||
Check_Server_IP "$@"
|
||||
echo -e "\n${1}" >> /var/log/installLogs.txt
|
||||
curl -d '{"ipAddress": "${Server_IP}", "InstallCyberPanelStatus": "${1}"}' -H "Content-Type: application/json" -X POST http://cloud.cyberpanel.net:8000/servers/RecvData
|
||||
curl -d {"ipAddress": "'"$Server_IP"'", "InstallCyberPanelStatus": "'"$1"'"}' -H "Content-Type: application/json" -X POST http://cloud.cyberpanel.net:8000/servers/RecvData > /dev/null
|
||||
}
|
||||
|
||||
Branch_Check() {
|
||||
|
||||
Reference in New Issue
Block a user