mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-01-11 18:57:10 +01:00
Follow up to #255
This commit is contained in:
parent
5cd0c40975
commit
f868aa16ad
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user