Update UPDATE.sh

This commit is contained in:
Stefan Pejcic 2024-11-20 15:14:22 +01:00 committed by GitHub
parent c231919cd0
commit f9a75a7aee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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