mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 05:20: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
|
if [ "$SUM" != "$VERIFY" ]; then
|
||||||
|
|
||||||
PAT="/install.pat"
|
PAT="/install.pat"
|
||||||
rm "$RD"
|
rm -f "$RD"
|
||||||
rm -f "$PAT"
|
rm -f "$PAT"
|
||||||
|
|
||||||
html "$MSG"
|
html "$MSG"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user