From beb821de57b7c7ac278280ea5ae8093260baaeeb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Tue, 2 Aug 2022 15:09:55 +0000 Subject: [PATCH] Core Update 170: Fix sed call MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes: #12907 Signed-off-by: Peter Müller --- config/rootfiles/core/170/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/core/170/update.sh b/config/rootfiles/core/170/update.sh index cae60a9a43..157d61216b 100644 --- a/config/rootfiles/core/170/update.sh +++ b/config/rootfiles/core/170/update.sh @@ -176,7 +176,7 @@ sed -i /etc/collectd.conf \ /etc/rc.d/init.d/suricata start # Harden mount options of /boot -sed -e -i "s@[[:space:]]*\/boot[[:space:]]*auto[[:space:]]*defaults[[:space:]]*@ \/boot auto defaults,nodev,noexec,nosuid @g" /etc/fstab +sed -e "s@[[:space:]]*\/boot[[:space:]]*auto[[:space:]]*defaults[[:space:]]*@ \/boot auto defaults,nodev,noexec,nosuid @g" /etc/fstab # Regenerate all initrds dracut --regenerate-all --force -- 2.39.5