From d928724c3cf464a495c11162042951887b80f5e6 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 11 Mar 2013 15:46:37 +0100 Subject: [PATCH] lsinitrd.sh: removed trailing "}" --- lsinitrd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsinitrd.sh b/lsinitrd.sh index 4b8a7e2..5cd8c2a 100755 --- a/lsinitrd.sh +++ b/lsinitrd.sh @@ -60,7 +60,7 @@ else if [[ $MACHINE_ID ]] && ( [[ -d /boot/${MACHINE_ID} ]] || [[ -L /boot/${MACHINE_ID} ]] ); then image="/boot/${MACHINE_ID}/${KERNEL_VERSION}/initrd" else - image="/boot/initramfs-${KERNEL_VERSION}.img}" + image="/boot/initramfs-${KERNEL_VERSION}.img" fi fi