diff --git a/mxmount b/mxmount index 3cb1b66..4b2873b 100755 --- a/mxmount +++ b/mxmount @@ -68,7 +68,7 @@ sub add_data0_if_not_present { if ($mp->{label} eq "data0") { return; } - if ($mp->{mountpoint} eq "$V{DEFAULT_MOUNT_PREFIX}/$hostname/0") { + if ($mp->{mountpoint} eq "/amd/$hostname/0") { print STDERR "$mp->{mountpoint} already blocked by $mp->{label}\n"; return; }