adds escapes
This commit is contained in:
parent
500c347a5c
commit
86dfc0163c
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user