2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-24 12:10:25 +00:00

Merge pull request #6794 from peterwywong/compare_v4

Remove the extra double quote of the rm command.
This commit is contained in:
Mark Gurevich
2020-08-03 17:20:43 -04:00
committed by GitHub

View File

@@ -12,5 +12,5 @@ check:rc==0
cmd:cat /tmp/diff.list
check:rc==0
cmd:rm -fr /tmp/mn; rm -fr /tmp/cn; rm /tmp/mn.tar; rm /tmp/diff.list"
cmd:rm -fr /tmp/mn; rm -fr /tmp/cn; rm /tmp/mn.tar; rm /tmp/diff.list
end