[ARVADOS] updated: 2.1.0-2064-g52e3c2cd8

Git user git at public.arvados.org
Wed Mar 16 14:48:15 UTC 2022


Summary of changes:
 tools/salt-install/provision.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  52e3c2cd8b49cf441690778182e11a20002fde52 (commit)
      from  8e13c05a464c8d9a3ac543f706f814a7a02d249f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 52e3c2cd8b49cf441690778182e11a20002fde52
Author: Javier Bértoli <jbertoli at curii.com>
Date:   Wed Mar 16 11:47:52 2022 -0300

    Typo
    
    no issue #
    Arvados-DCO-1.1-Signed-off-by: Javier Bértoli <jbertoli at curii.com>

diff --git a/tools/salt-install/provision.sh b/tools/salt-install/provision.sh
index ec64a97b8..07bc63c11 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

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list