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