From a30b7b81be5ec02690945bd6cb58185c746e2849 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 12 Sep 2016 12:23:34 +0200 Subject: [PATCH] overmount bei mxonastick vorhanden problem war $V{DEFAULT_MOUNT_PREFIX}/ == /amd/SHORTHOST --- mxmount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }