From e9ce6cd6e1102de6d05a6a627d733e0d07e9412c Mon Sep 17 00:00:00 2001 From: Joey <54665628+jo-oui@users.noreply.github.com> Date: Sat, 18 Sep 2021 19:41:12 +0200 Subject: [PATCH] Smoll updoot Fixed resolve command and adjusted values to new panel and wings. --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 61080f8..3161f87 100644 --- a/install.sh +++ b/install.sh @@ -8,8 +8,8 @@ warn(){ echo -e '\e[31m'$1'\e[0m'; } -PANEL=v1.5.1 -WINGS=v1.4.6 +PANEL=v1.6.1 +WINGS=v1.5.1 PANEL_LEGACY=v0.7.19 DAEMON_LEGACY=v0.6.13 PHPMYADMIN=5.1.1 @@ -342,7 +342,7 @@ dns_check(){ read -r FQDN output "Resolving DNS..." - SERVER_IP=$(dig +short myip.opendns.com @resolver1.opendns.com) + SERVER_IP=$(dig +short myip.opendns.com @resolver1.opendns.com -4) DOMAIN_RECORD=$(dig +short ${FQDN}) if [ "${SERVER_IP}" != "${DOMAIN_RECORD}" ]; then output ""