From 75b9e3a503e618cb0b65f721e6e3b8e9a7ea045c Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 25 Jun 2025 16:34:03 +0200 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index efc55cd6..1ca3a3f4 100644 --- a/install.sh +++ b/install.sh @@ -1362,7 +1362,7 @@ verify_license() { debug_log "echo Current time: $(date +%T)" server_hostname=$(hostname) license_data='{"hostname": "'"$server_hostname"'", "public_ip": "'"$current_ip"'"}' - response=$(curl -4 -s -X POST -H "Content-Type: application/json" -d "$license_data" https://api.openpanel.com/license/) + response=$(curl -4 -s -X POST -H "Content-Type: application/json" -d "$license_data" https://api.openpanel.com/license/index.php) debug_log "echo Checking OpenPanel license for IP address: $current_ip" debug_log "echo Response: $response" }