From 84b65b25c7cef504961457db210beab6c3324e90 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Thu, 28 Jun 2007 19:06:42 +0000 Subject: * fixed double slash in export path (rootfs) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1195 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/OpenSLX/OSExport/FileSystem/NFS.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer') diff --git a/installer/OpenSLX/OSExport/FileSystem/NFS.pm b/installer/OpenSLX/OSExport/FileSystem/NFS.pm index 36926d61..ffeaeffd 100644 --- a/installer/OpenSLX/OSExport/FileSystem/NFS.pm +++ b/installer/OpenSLX/OSExport/FileSystem/NFS.pm @@ -81,7 +81,7 @@ sub generateExportURI $server .= ":$export->{port}" if length($export->{port}); my $exportPath = "$openslxConfig{'public-path'}/export"; - return "nfs://$server/$exportPath/nfs/$vendorOS->{name}"; + return "nfs://$server$exportPath/nfs/$vendorOS->{name}"; } sub requiredFSMods -- cgit v1.2.3-55-g7522