1
0
miroir de https://github.com/mail-in-a-box/mailinabox.git synchronisé 2026-04-01 21:27:22 +02:00

Try to determine what is causing umount to fail by using lsof

Cette révision appartient à :
downtownallday
2022-10-29 19:34:15 -04:00
Parent e4c20641c3
révision 51ba8d8774

Voir le fichier

@@ -33,6 +33,9 @@ if [ "$1" != "--no-umount" ]; then
code=$?
let tries+=1
done
if [ $code -eq 2 ]; then
echo "Giving up! (lsof: $(/usr/bin/lsof | grep "$STORAGE_ROOT"))"
fi
else
code=0
fi