From c6c8d648d93252e12a089b00d83e6c7019386bfa Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 28 Mar 2025 20:12:29 +0100 Subject: [PATCH] Update boot.sh --- src/boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot.sh b/src/boot.sh index 7704712..0f8d8fd 100644 --- a/src/boot.sh +++ b/src/boot.sh @@ -102,7 +102,7 @@ fi SM_BIOS="" PS="/sys/class/dmi/id/product_serial" -if [ -s "$PS"] && [ -r "$PS" ]; then +if [ -s "$PS" ] && [ -r "$PS" ]; then BIOS_SERIAL=$(<"$PS") BIOS_SERIAL="${BIOS_SERIAL//[![:alnum:]]/}"