mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-23 21:10:02 +08:00
fix: Continue if file is missing (#682)
This commit is contained in:
parent
debb4b69fc
commit
64e2af9fa2
@ -133,7 +133,7 @@ if [ ! -f "$RDC" ]; then
|
||||
if [ "$SUM" != "$VERIFY" ]; then
|
||||
|
||||
PAT="/install.pat"
|
||||
rm "$RD"
|
||||
rm -f "$RD"
|
||||
rm -f "$PAT"
|
||||
|
||||
html "$MSG"
|
||||
|
Loading…
x
Reference in New Issue
Block a user