Skip to content

Commit

Permalink
ovlsnapshot: use $MNT as device name
Browse files Browse the repository at this point in the history
Signed-off-by: Amir Goldstein <[email protected]>
  • Loading branch information
amir73il committed Mar 27, 2017
1 parent 1f9069b commit eaa7bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ovlsnapshot
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ snapshot_is_mounted()
mount_snapshot()
{
! snapshot_is_mounted || return
mount -t snapshot snapshot $MNT || exit 1
mount -t snapshot $MNT $MNT || exit 1
}

umount_snapshot()
Expand Down

0 comments on commit eaa7bc1

Please sign in to comment.