adds escapes

This commit is contained in:
Hyatt 2022-01-28 09:48:46 -06:00
parent 500c347a5c
commit 86dfc0163c
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -18,7 +18,7 @@ id
[ ! -f "/data/config/map-gen-settings.json" ] && cp /opt/factorio/data/map-gen-settings.example.json /data/config/map-gen-settings.json
[ ! -f "/data/config/map-settings.json" ] && cp /opt/factorio/data/map-settings.example.json /data/config/map-settings.json
if find -L /data/saves -iname \\\*.tmp.zip -mindepth 1 -print | grep -q .; then
if find -L /data/saves -iname \\\\*.tmp.zip -mindepth 1 -print | grep -q .; then
rm -f /data/saves/*.tmp.zip
fi