summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-12-16 18:28:01 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-12-16 18:28:01 +0100
commit1cd6e6270fb0f51a3406a34673a3c414e7a812c9 (patch)
tree78ba7f3418ebe57e92e06bc2f51086eaac77412b /src/core
parente565cae3d698f13ba4b9e181770f9a51a5c4a709 (diff)
fix for too many maybe umounts
Diffstat (limited to 'src/core')
-rw-r--r--src/core/libs/lib-blockdevices-filesystems.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/libs/lib-blockdevices-filesystems.sh b/src/core/libs/lib-blockdevices-filesystems.sh
index 37bfaee..cff37ef 100644
--- a/src/core/libs/lib-blockdevices-filesystems.sh
+++ b/src/core/libs/lib-blockdevices-filesystems.sh
@@ -469,7 +469,7 @@ rollback_filesystems ()
then
infofy "(Maybe) Swapoffing $part" disks
swapoff $part &>/dev/null # could be that it was not swappedon yet. that's not a problem at all.
- elif [ "$fs_mountpoint" != no_mount ]
+ elif [ "$fs_mountpoint" != no_mountpoint ]
then
part_real=${part/+/}
if ! check_is_in "$part_real" "${done_umounts[@]}"