Mount message
This commit is contained in:
parent
33dd3848ab
commit
1504a2f252
|
@ -152,6 +152,7 @@ function search_for_attached_usb_drive {
|
|||
fi
|
||||
if [ -d $USB_DRIVE ]; then
|
||||
if [ ! -d /media/usb ]; then
|
||||
echo 'Mounting USB drive'
|
||||
mount $USB_DRIVE /media/usb
|
||||
fi
|
||||
if [ -d /media/usb/Maildir ]; then
|
||||
|
|
Loading…
Reference in New Issue