Skip to content

Commit f6a6ad8

Browse files
authored
Fix path for consistency (#314)
1 parent e144c48 commit f6a6ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openstreetmap-tiles-update-expire.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ m_ok "expiring tiles"
191191
# delete >= $EXPIRY_DELETEFROM and <= $EXPIRY_MAXZOOM.
192192
# The default path to renderd.sock is fixed.
193193
#------------------------------------------------------------------------------
194-
if ! render_expired --map=default --min-zoom=$EXPIRY_MINZOOM --touch-from=$EXPIRY_TOUCHFROM --delete-from=$EXPIRY_DELETEFROM --max-zoom=$EXPIRY_MAXZOOM -s /var/run/renderd/renderd.sock < "$EXPIRY_FILE.$$" 2>&1 | tail -8 >> "$EXPIRYLOG"; then
194+
if ! render_expired --map=default --min-zoom=$EXPIRY_MINZOOM --touch-from=$EXPIRY_TOUCHFROM --delete-from=$EXPIRY_DELETEFROM --max-zoom=$EXPIRY_MAXZOOM -s /run/renderd/renderd.sock < "$EXPIRY_FILE.$$" 2>&1 | tail -8 >> "$EXPIRYLOG"; then
195195
m_info "Expiry failed"
196196
fi
197197

0 commit comments

Comments
 (0)