From 19b42174bfaaa7779801f8c3a8d93109bdac107e Mon Sep 17 00:00:00 2001 From: nott Date: Thu, 20 Oct 2011 19:01:12 +0000 Subject: [PATCH] fix typo git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@10853 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/make_sn_fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/make_sn_fs b/xCAT/postscripts/make_sn_fs index 688bec7b7..4491af6bc 100755 --- a/xCAT/postscripts/make_sn_fs +++ b/xCAT/postscripts/make_sn_fs @@ -34,7 +34,7 @@ /usr/sbin/mount /sn_local # add entries to the /etc/exports file -/usr/bin/echo "/sn_local-rw,anon=0" >> /etc/exports +/usr/bin/echo "/sn_local -rw,anon=0" >> /etc/exports /usr/bin/echo "/nodedata -rw,anon=0" >> /etc/exports # export the file systems