Skip to content

Commit

Permalink
Escape wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 authored Dec 11, 2024
1 parent c947dae commit e94723b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/render_once.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ docker run -e JAVA_TOOL_OPTIONS='-Xmx150g' \
--storage=ram --nodemap-type=array \
--max-point-buffer=4 \
--building_merge_z13=false \
--languages=*
--languages='*'

# Check if the file exists and is at least 50GB
if [[ ! -f "$PLANET" ]]; then
Expand Down

0 comments on commit e94723b

Please sign in to comment.