mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update UPDATE.sh
This commit is contained in:
parent
c231919cd0
commit
f9a75a7aee
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user