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

Remove the extra double quote of the rm command.

This commit is contained in:
Wai Yee Wong 2020-08-03 16:20:07 -04:00
parent 6397945f3f
commit 4a94bf2e3f

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