diff options
-rw-r--r-- | src/core/libs/lib-blockdevices-filesystems.sh | 2 |
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 364b41d..f74a7b8 100644 --- a/src/core/libs/lib-blockdevices-filesystems.sh +++ b/src/core/libs/lib-blockdevices-filesystems.sh @@ -592,7 +592,7 @@ process_filesystem () # Add to temp fstab, if not already there. - if [ -n "$fs_mountpoint" -a $fs_mount = target ] + if [ -n "$fs_mountpoint" -a "$fs_mount" = target ] then local _uuid="$(getuuid $part)" if [ -n "${_uuid}" ]; then |