X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Finit.d%2Fgrml-reboot;h=637630bab5f978ad4e0c35dc54407e8cda405616;hb=refs%2Ftags%2Fv1.1.24;hp=c5e737cb7836a458f0b66a9fdbe5b18801bafa33;hpb=f93db4cce61e7dbdd78e7cbccffb5c4511c72f8d;p=grml-etc.git diff --git a/etc/init.d/grml-reboot b/etc/init.d/grml-reboot index c5e737c..637630b 100755 --- a/etc/init.d/grml-reboot +++ b/etc/init.d/grml-reboot @@ -55,7 +55,7 @@ if ! $INSTALLED ; then [ "$(cat /sys/block/${DEVICE}/removable 2>/dev/null)" = "1" ] && REMOVABLE=true # is it a usb device? readlink /sys/block/${DEVICE} 2>/dev/null | grep -q '/usb' && USB_DEVICE=true - $USB_DEVICE && USB_INFO="$(cat /sys/block/${DEVICE}/device/model 2>/dev/null)" + $USB_DEVICE && USB_INFO=" ($(cat /sys/block/${DEVICE}/device/model 2>/dev/null))" fi fi fi