importer: wrong language

This commit is contained in:
Franco Fichtner 2018-12-27 18:23:09 +01:00
parent 0b551b34d3
commit 60ccde58af

View File

@ -51,7 +51,7 @@ bootstrap_and_exit()
fi
# clean up after a finished import
if [ -d ${MNT} && "$(mount | grep -cw ${MNT})" != "0" ]; then
if [ -d ${MNT} -a "$(mount | grep -cw ${MNT})" != "0" ]; then
if [ -n "${PART}" ]; then
umount ${MNT}
elif [ -n "${POOL}" ]; then