From 52e3c2cd8b49cf441690778182e11a20002fde52 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20B=C3=A9rtoli?= Date: Wed, 16 Mar 2022 11:47:52 -0300 Subject: [PATCH] Typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit no issue # Arvados-DCO-1.1-Signed-off-by: Javier Bértoli --- tools/salt-install/provision.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/salt-install/provision.sh b/tools/salt-install/provision.sh index ec64a97b8b..07bc63c11d 100755 --- a/tools/salt-install/provision.sh +++ b/tools/salt-install/provision.sh @@ -263,7 +263,7 @@ if [ ! -z "${HOSTNAME_EXT}" ] ; then # Make sure that the value configured as IP_INT is a real IP on the system. # If we don't error out early here when there is a mismatch, the formula will # fail with hard to interpret nginx errors later on. - ip addr list |grep -q " ${IP_INT}/" + ip addr list |grep -q "${IP_INT}/" if [[ $? -ne 0 ]]; then echo "Unable to find the IP_INT address '${IP_INT}' on the system, please correct the value in local.params. Exiting..." exit 1 -- 2.30.2