From 16f8f5b7f593a6bf9ea9821764d4cfb8c9e6a116 Mon Sep 17 00:00:00 2001 From: "Kevin Veen-Birkenbach [aka. Frantz]" Date: Fri, 2 Oct 2020 16:11:05 +0200 Subject: [PATCH] Adapted variable --- scripts/image/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/image/setup.sh b/scripts/image/setup.sh index 3b7be59..7890af2 100644 --- a/scripts/image/setup.sh +++ b/scripts/image/setup.sh @@ -472,7 +472,7 @@ if [ "$encrypt_system" == "y" ] cmdline_search_string=$(echo "root=/dev/mmcblk0p2" | sed -e 's/[\/&]/\\&/g') && cmdline_replace_string=$(echo "$cryptdevice_configuration rootfstype=ext4"| sed -e 's/[\/&]/\\&/g') && sed -i "s/$cmdline_search_string/$cmdline_replace_string/g" "$cmdline_txt_path" && - info "Content of $boot_txt_path:$(cat "$boot_txt_path")" || error + info "Content of $cmdline_txt_path:$(cat "$cmdline_txt_path")" || error fi fi