diff options
-rw-r--r-- | init.d/procfs.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/procfs.in b/init.d/procfs.in index a30fd92c..410a6e3b 100644 --- a/init.d/procfs.in +++ b/init.d/procfs.in @@ -26,7 +26,7 @@ start() local usbfs=$(grep -Fow usbfs /proc/filesystems || 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} \ |