From 08cf1bbf482bbeaf9b24ffb5949badeffc0c70fa Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 1 Jul 2021 14:07:43 -0400 Subject: [PATCH] Fix the sed syntax for LEAP import --- confluent_osdeploy/suse15/profiles/hpc/initprofile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_osdeploy/suse15/profiles/hpc/initprofile.sh b/confluent_osdeploy/suse15/profiles/hpc/initprofile.sh index a9ae3408..2ac6c8b7 100644 --- a/confluent_osdeploy/suse15/profiles/hpc/initprofile.sh +++ b/confluent_osdeploy/suse15/profiles/hpc/initprofile.sh @@ -19,5 +19,5 @@ profile=$(basename $2) if [[ $profile =~ ^sle.* ]]; then sed -i 's/%%IFSLE%%//;s/%%ENDIFSLE%%//' $2/autoyast else - sed -i '/%%IFSLE%%/