mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
importer: wrong language
This commit is contained in:
parent
0b551b34d3
commit
60ccde58af
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user