From: Javier Bértoli Date: Wed, 16 Mar 2022 14:47:52 +0000 (-0300) Subject: Typo X-Git-Tag: 2.4.0~41^2~1 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/52e3c2cd8b49cf441690778182e11a20002fde52 Typo no issue # Arvados-DCO-1.1-Signed-off-by: Javier Bértoli --- 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