From 02aec9841bb3bd15384d896c83d97b6a1803ac1c Mon Sep 17 00:00:00 2001 From: Marius Tolzmann Date: Mon, 27 May 2013 10:54:40 +0200 Subject: [PATCH] fix minor bug.. *hust* this is a workaround for a stupid perl bug... *HUST* --- mxmount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mxmount b/mxmount index b27a336..7409276 100755 --- a/mxmount +++ b/mxmount @@ -52,7 +52,7 @@ add_data0_if_not_present(); mount_all(); create_exports(); -system(exportfs -ra); +system("exportfs -ra"); sub add_data0_if_not_present { my $allmp = $D{$hostname};