From f9a75a7aee79f19bf9c1e7d61372bb7cd9ba9782 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 20 Nov 2024 15:14:22 +0100 Subject: [PATCH] Update UPDATE.sh --- version/0.3.6/UPDATE.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/0.3.6/UPDATE.sh b/version/0.3.6/UPDATE.sh index 4f51ccf6..29f4f917 100644 --- a/version/0.3.6/UPDATE.sh +++ b/version/0.3.6/UPDATE.sh @@ -238,7 +238,7 @@ docker_compose_up_with_newer_images(){ verify_license() { # Get server ipv4 - current_ip=$(curl -s --max-time 10 https://ip.openpanel.co || wget -qO- --timeout=10 https://ip.openpanel.co) + current_ip=$(curl -s --max-time 10 https://ip.openpanel.com || wget -qO- --timeout=10 https://ip.openpanel.com) echo "Checking OpenPanel license for IP address: $current_ip" echo "" server_hostname=$(hostname)