From f55d0194fc12dece3b1b8a1c2d0c764922caf961 Mon Sep 17 00:00:00 2001 From: chacha Date: Sat, 21 Mar 2026 21:07:56 +0100 Subject: [PATCH] fix --- Jenkinsfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 56d57d8..08a1e5c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -80,9 +80,10 @@ pipeline { cp -R /usr/share/live-helper/templates/* config/templates/ - sed -i 's|^menu color sel.*|menu color sel * #ff82c059 #c0000000 none|' \ - -i 's|^menu color unsel.*|menu color unsel * #8082c059 #00000000 none|' \ - -i 's|^menu color hotkey.*|menu color hotkey * #fff01e1e #00000000 none|' \ + sed -i + -e 's|^menu color sel.*|menu color sel * #ff82c059 #c0000000 none|' \ + -e 's|^menu color unsel.*|menu color unsel * #8082c059 #00000000 none|' \ + -e 's|^menu color hotkey.*|menu color hotkey * #fff01e1e #00000000 none|' \ config/templates/templates/syslinux/menu/header.cfg chmod +x /root/update-initramfs.sh