Browse Source

lsinitrd.sh: removed trailing "}"

master
Harald Hoyer 11 years ago
parent
commit
d928724c3c
  1. 2
      lsinitrd.sh

2
lsinitrd.sh

@ -60,7 +60,7 @@ else @@ -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


Loading…
Cancel
Save