Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
fix minor bug.. *hust*
Browse files Browse the repository at this point in the history
this is a workaround for a stupid perl bug... *HUST*
  • Loading branch information
mariux committed May 27, 2013
1 parent 2bfcf5d commit 02aec98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxmount
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit 02aec98

Please sign in to comment.