From: Sapan Bhatia Date: Thu, 19 Feb 2009 20:31:02 +0000 (+0000) Subject: Removed debugging line X-Git-Tag: vsys-0.7-23~2 X-Git-Url: http://git.onelab.eu/?p=vsys.git;a=commitdiff_plain;h=fc657327ef93b19cb9217ed6851dc71c4d4b1dbc Removed debugging line --- 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);