]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
lsinitrd.sh: removed trailing "}"
authorHarald Hoyer <harald@redhat.com>
Mon, 11 Mar 2013 14:46:37 +0000 (15:46 +0100)
committerHarald Hoyer <harald@redhat.com>
Mon, 11 Mar 2013 14:46:37 +0000 (15:46 +0100)
lsinitrd.sh

index 4b8a7e24b8b18b886b4a7fb4c1de3d2a664ecf01..5cd8c2a19bd0907b22efc06e0ead7d036c5c3d84 100755 (executable)
@@ -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