diff --git a/arch-install b/arch-install index ce873b3..4ecd457 100755 --- a/arch-install +++ b/arch-install @@ -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