mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
Update install.func
This commit is contained in:
@@ -137,7 +137,7 @@ network_check() {
|
||||
done < <(getent hosts "$HOST" | awk '{ print $1 }')
|
||||
|
||||
if [[ -z "$RESOLVEDIP" ]]; then
|
||||
msg_error "DNS resolution failed or no valid IPv4/IPv6 address for $HOST"
|
||||
msg_error "DNS resolution failed or no valid IPv4/IPv6 address for $HOST - Check your DNS or Adblocker settings"
|
||||
exit 1
|
||||
else
|
||||
msg_ok "Resolved $HOST → ${BL}$RESOLVEDIP${CL}"
|
||||
|
||||
Reference in New Issue
Block a user