Skip to content

Commit

Permalink
tsumugu: Fix UA bug when DEBUG=1
Browse files Browse the repository at this point in the history
  • Loading branch information
taoky committed Aug 23, 2024
1 parent 8ce93de commit f8659e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsumugu/sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ BIND_ADDRESS=${BIND_ADDRESS:-}
TSUMUGU_MAXDELETE=${TSUMUGU_MAXDELETE:-1000}
TSUMUGU_TIMEZONEFILE=${TSUMUGU_TIMEZONEFILE:-}
TSUMUGU_EXCLUDE=${TSUMUGU_EXCLUDE:-}
TSUMUGU_USERAGENT=${TSUMUGU_USERAGENT:-"Tsumugu HTTP Syncing Tool/"$(tsumugu --version | cut -d' ' -f2)}
TSUMUGU_USERAGENT=${TSUMUGU_USERAGENT:-"Tsumugu HTTP Syncing Tool/"$(tsumugu --version | tail -n1 | cut -d' ' -f2)}
TSUMUGU_PARSER=${TSUMUGU_PARSER:-"nginx"}
TSUMUGU_THREADS=${TSUMUGU_THREADS:-"2"}
TSUMUGU_EXTRA=${TSUMUGU_EXTRA:-}
Expand Down

0 comments on commit f8659e9

Please sign in to comment.