mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-01-12 03:07: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
|
fi
|
||||||
|
|
||||||
if find -L "$SAVES" -iname \*.tmp.zip -mindepth 1 -print | grep -q .; then
|
if find -L "$SAVES" -iname \*.tmp.zip -mindepth 1 -print | grep -q .; then
|
||||||
rm -f "$SAVES/*.tmp.zip"
|
rm -f "$SAVES"/*.tmp.zip
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! find -L "$SAVES" -iname \*.zip -mindepth 1 -print | grep -q .; then
|
if ! find -L "$SAVES" -iname \*.zip -mindepth 1 -print | grep -q .; then
|
||||||
|
Loading…
Reference in New Issue
Block a user