From f7d715206019ff429c28d672c70689e40c3cca25 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 22 May 2020 17:11:31 -0500 Subject: Reorder variables --- bollux | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bollux b/bollux index e31d37e..0234282 100755 --- a/bollux +++ b/bollux @@ -8,10 +8,11 @@ set -euo pipefail ### constants ### PRGN="${0##*/}" # program name -PROT="${BOLLUX_PROTO:-gemini}" # protocol -PORT="${BOLLUX_PORT:-1965}" # port number +DLDR="${BOLLUX_DOWNDIR:-.}" # where to download LOGL="${BOLLUX_LOGLEVEL:-3}" # log level MAXR="${BOLLUX_MAXREDIR:-5}" # max redirects +PORT="${BOLLUX_PORT:-1965}" # port number +PROT="${BOLLUX_PROTO:-gemini}" # protocol RDRS=0 # redirects # LOGLEVELS: -- cgit 1.4.1-21-gabe81