mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-04 00:17:06 +00:00
Try to determine what is causing umount to fail by using lsof
This commit is contained in:
parent
e4c20641c3
commit
51ba8d8774
@ -33,6 +33,9 @@ if [ "$1" != "--no-umount" ]; then
|
|||||||
code=$?
|
code=$?
|
||||||
let tries+=1
|
let tries+=1
|
||||||
done
|
done
|
||||||
|
if [ $code -eq 2 ]; then
|
||||||
|
echo "Giving up! (lsof: $(/usr/bin/lsof | grep "$STORAGE_ROOT"))"
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
code=0
|
code=0
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user