mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 03:32:04 +00:00
Merge pull request #7273 from gurevichmark/apt_key_test3
Use correct string compare operator for testcase
This commit is contained in:
commit
3d88b70d81
@ -66,7 +66,7 @@ cmd:if [[ "$$OS" =~ "ubuntu" ]]; then xdsh $$CN "apt-key list"; else xdsh $$CN "
|
||||
check:output=~xCAT Automatic Signing Key
|
||||
|
||||
#Remove public key on non-Ubuntu system. It was installed during go-xcat RPM installs
|
||||
cmd:if [[ "$$OS" !~ "ubuntu" ]]; then xdsh $$CN "rpm -e gpg-pubkey-ca548a47-5b2c830b"; fi
|
||||
cmd:if [[ "$$OS" != "ubuntu" ]]; then xdsh $$CN "rpm -e gpg-pubkey-ca548a47-5b2c830b"; fi
|
||||
|
||||
cmd:xdsh $$CN "service xcatd stop"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user