[ARVADOS] updated: 2.1.0-2063-g8e13c05a4

Git user git at public.arvados.org
Wed Mar 16 14:38:29 UTC 2022


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

       via  8e13c05a464c8d9a3ac543f706f814a7a02d249f (commit)
      from  fdca3159ff580f8cb7b4db551467368d1b7d840e (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 8e13c05a464c8d9a3ac543f706f814a7a02d249f
Author: Javier Bértoli <jbertoli at curii.com>
Date:   Tue Mar 15 19:28:00 2022 -0300

    Fix unterminated sed in the installer
    
    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 3b5c8cd2e..ec64a97b8 100755
--- a/tools/salt-install/provision.sh
+++ b/tools/salt-install/provision.sh
@@ -286,7 +286,7 @@ else
   case ${OS_ID} in
     "centos")
       echo "WARNING! Disabling SELinux, see https://dev.arvados.org/issues/18019"
-      sed -i 's/SELINUX=enforcing/SELINUX=permissive' /etc/sysconfig/selinux
+      sed -i 's/SELINUX=enforcing/SELINUX=permissive/g' /etc/sysconfig/selinux
       setenforce permissive
       yum install -y  curl git jq
       ;;

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list