diff options
Diffstat (limited to 'init.d/localmount')
-rwxr-xr-x | init.d/localmount | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/localmount b/init.d/localmount index 18d84a91..92bdd195 100755 --- a/init.d/localmount +++ b/init.d/localmount @@ -66,7 +66,7 @@ start() { grep -Fow usbdevfs /proc/filesystems) if [ -n "${usbfs}" ] ; then - ebegin $"Mounting USB device filesystem" "(${usbfs})" + ebegin "Mounting USB device filesystem (${usbfs})" local usbgid="$(getent group usb | \ sed -e 's/.*:.*:\(.*\):.*/\1/')" mount -t ${usbfs} \ |