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

update test command for xcatconfig -c

This commit is contained in:
litingt 2019-02-13 03:08:59 -05:00
parent ee15e6b73b
commit 214d3ea396

View File

@ -121,7 +121,7 @@ cmd:mv -f /etc/xcat/cabak /etc/xcat/ca ;mv -f /etc/xcat/certbak /etc/xcat/cert
check:rc==0
cmd:if lsdef service > /dev/null 2>&1; then updatenode service -P servicenode;fi
check:rc==0
cmd:if lsdef service > /dev/null 2>&1; then makedhcp -a;fi
cmd:if lsdef service > /dev/null 2>&1; then xdsh $$CN date;fi
check:rc==0
end