fix
This commit is contained in:
parent
1b6d39f4fd
commit
e45a4a9e00
1 changed files with 2 additions and 2 deletions
|
@ -152,8 +152,8 @@ function secureumount() {
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if cat /proc/mounts | grep ${device}1 > /dev/null; then
|
if cat /proc/mounts | grep ${device}${m2ssd}1 > /dev/null; then
|
||||||
umount ${device}1
|
umount ${device}${m2ssd}1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "${usbkeydevice}" ]; then
|
if [ -n "${usbkeydevice}" ]; then
|
||||||
|
|
Loading…
Reference in a new issue