2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-21 02:30:21 +00:00

Affirmative reply to uninstall command

This commit is contained in:
Mark Gurevich
2022-10-20 09:20:56 -04:00
parent 94cc776a2f
commit 0ce91078a9

View File

@@ -41,7 +41,7 @@ check:rc==0
check:output=~running
#Uninstall xCAT, then install again and verify public keys
cmd:xdsh $$CN "cd /; ./go-xcat completely uninstall"
cmd:xdsh $$CN "cd /; ./go-xcat -y completely uninstall"
check:rc==0
check:output=~xCAT has been uninstalled