2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

Longer wait time for daily run failed, and after this change, never failed again for last 15 days, so merge directly

This commit is contained in:
caomengmeng 2016-01-28 11:17:26 +08:00
parent f83dc54718
commit ccbf31c8e1

View File

@ -208,4 +208,5 @@ 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
end