From 27c68e27524d34388f1f5c8b5ce845dcd05345be Mon Sep 17 00:00:00 2001 From: Nekoh Date: Mon, 20 May 2024 16:15:46 -0400 Subject: [PATCH] Other unterminated sed --- profiles/pci/handhelds/profiles.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/pci/handhelds/profiles.toml b/profiles/pci/handhelds/profiles.toml index 44e0f92..005a3b8 100644 --- a/profiles/pci/handhelds/profiles.toml +++ b/profiles/pci/handhelds/profiles.toml @@ -44,7 +44,7 @@ post_remove = """ systemctl disable "${service}.service" done echo "Removing kernel parameters..." - sed -i 's/${kernelparams}/' /etc/sdboot-manage.conf + sed -i 's/${kernelparams}//' /etc/sdboot-manage.conf """ [phoenix]