Reorder variables

This commit is contained in:
Case Duckworth 2020-05-22 17:11:31 -05:00
parent fd0e7aee80
commit f7d7152060
1 changed files with 3 additions and 2 deletions

5
bollux
View File

@ -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: