From fc657327ef93b19cb9217ed6851dc71c4d4b1dbc Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Thu, 19 Feb 2009 20:31:02 +0000 Subject: [PATCH] Removed debugging line --- factory/nfsmount | 2 -- 1 file changed, 2 deletions(-) diff --git a/factory/nfsmount b/factory/nfsmount index e5b6bfd..8efff6b 100755 --- a/factory/nfsmount +++ b/factory/nfsmount @@ -38,8 +38,6 @@ if ($nfspath!~/^(((\.\.){1}\/)*|(\/){1})?(([a-zA-Z0-9]*)\/)*([a-zA-Z0-9]*)+$/) { die("The remote path $nfspath does not seem to be right."); } -my $mntcmd; - $mntcmd="/bin/mount $remotepath $localpath"; system($mntcmd); -- 2.43.0