Reorder variables
authorCase Duckworth <acdw@acdw.net>
Fri, 22 May 2020 22:11:31 +0000 (17:11 -0500)
committerCase Duckworth <acdw@acdw.net>
Fri, 22 May 2020 22:11:31 +0000 (17:11 -0500)
bollux

diff --git a/bollux b/bollux
index e31d37e..0234282 100755 (executable)
--- 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: