From a8c592745b9908d6f9ad0b1d60dc6d45e4c8f90b Mon Sep 17 00:00:00 2001 From: nott Date: Thu, 20 Oct 2011 18:58:52 +0000 Subject: [PATCH] fix typo git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10852 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