mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-24 15:05:36 +00:00
correct the former merge
This commit is contained in:
@ -207,6 +207,6 @@ cmd:updatenode $$CN "confignics -s"
|
||||
check:rc==0
|
||||
check:output!~invalid
|
||||
cmd:if cat /etc/*release |grep "Red Hat" >/dev/null;then xdsh $$CN "cat /etc/sysconfig/network-scripts/ifcfg-eth0 |grep IPADDR=$$NODEIP";elif cat /etc/*release |grep SUSE >/dev/null; then xdsh $$CN "cat /etc/sysconfig/network/ifcfg-eth0 |grep IPADDR=$$NODEIP";fi
|
||||
check:rc==0
|
||||
cmd:sleep 5
|
||||
check:rc==0
|
||||
end
|
||||
|
Reference in New Issue
Block a user