about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xbollux1
1 files changed, 1 insertions, 0 deletions
diff --git a/bollux b/bollux index 6b99ceb..10a0c65 100755 --- a/bollux +++ b/bollux
@@ -420,6 +420,7 @@ gemini_response() { # gemini_response URL
420 if ((REDIRECTS > BOLLUX_MAXREDIR)); then 420 if ((REDIRECTS > BOLLUX_MAXREDIR)); then
421 die $((100 + code)) "Too many redirects!" 421 die $((100 + code)) "Too many redirects!"
422 fi 422 fi
423 BOLLUX_URL="$url"
423 run blastoff "$meta" # TODO: confirm redirect 424 run blastoff "$meta" # TODO: confirm redirect
424 ;; 425 ;;
425 4*) # temporary error 426 4*) # temporary error