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
|
||||
|
||||
if cat /proc/mounts | grep ${device}1 > /dev/null; then
|
||||
umount ${device}1
|
||||
if cat /proc/mounts | grep ${device}${m2ssd}1 > /dev/null; then
|
||||
umount ${device}${m2ssd}1
|
||||
fi
|
||||
|
||||
if [ -n "${usbkeydevice}" ]; then
|
||||
|
|
Loading…
Reference in a new issue