From a71ff45bba07c0453a5819c81c3e14f88afd6171 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 11 May 2023 17:18:10 +0200 Subject: [PATCH] Do not display internal IP --- run/check.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/run/check.sh b/run/check.sh index 0d4d324..acfc33b 100644 --- a/run/check.sh +++ b/run/check.sh @@ -11,7 +11,6 @@ if [[ ! "${RESPONSE}" =~ "\"success\"" ]] ; then fi # Retrieve the HTTP port number - if [[ ! "${RESPONSE}" =~ "\"http_port\"" ]] ; then echo "Failed to parse response from guest: $RESPONSE" && exit 1 fi @@ -24,7 +23,6 @@ PORT=${rest%%\"*} [ -z "${PORT}" ] && echo "Guest has not set a portnumber yet.." && exit 1 # Retrieve the IP address - if [[ ! "${RESPONSE}" =~ "eth0" ]] ; then echo "Failed to parse response from guest: $RESPONSE" && exit 1 fi