fix: Continue if file is missing (#682)

This commit is contained in:
Kroese 2024-04-08 09:54:42 +02:00 committed by GitHub
parent debb4b69fc
commit 64e2af9fa2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"