git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10132 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
amy0701 2011-07-21 01:53:36 +00:00
parent 0f6b950c92
commit fd507bc873

View File

@ -104,7 +104,7 @@ cmd:chtab -d node=compute hosts
cmd:rmdef node01
cmd:mv -f /etc/hosts.xcatbak /etc/hosts
cmd:cat /etc/hosts| grep -v node01 > /tmp/1
cmd:mv -f /tmp/1 > /etc/hosts
cmd:mv -f /tmp/1 /etc/hosts
end