Follow up to #255

This commit is contained in:
Sandro Jäckel 2019-05-16 19:55:43 +02:00
parent 5cd0c40975
commit f868aa16ad
No known key found for this signature in database
GPG Key ID: 236B6291555E8401

View File

@ -26,7 +26,7 @@ if [ ! -f "$CONFIG/map-settings.json" ]; then
fi
if find -L "$SAVES" -iname \*.tmp.zip -mindepth 1 -print | grep -q .; then
rm -f "$SAVES/*.tmp.zip"
rm -f "$SAVES"/*.tmp.zip
fi
if ! find -L "$SAVES" -iname \*.zip -mindepth 1 -print | grep -q .; then