about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2020-05-22 17:11:31 -0500
committerCase Duckworth2020-05-22 17:11:31 -0500
commitf7d715206019ff429c28d672c70689e40c3cca25 (patch)
tree0a527be0477ee1d943564260be3b1cefa696fce6
parentNormalize line endings (diff)
downloadbollux-f7d715206019ff429c28d672c70689e40c3cca25.tar.gz
bollux-f7d715206019ff429c28d672c70689e40c3cca25.zip
Reorder variables
-rwxr-xr-xbollux5
1 files 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
8 8
9### constants ### 9### constants ###
10PRGN="${0##*/}" # program name 10PRGN="${0##*/}" # program name
11PROT="${BOLLUX_PROTO:-gemini}" # protocol 11DLDR="${BOLLUX_DOWNDIR:-.}" # where to download
12PORT="${BOLLUX_PORT:-1965}" # port number
13LOGL="${BOLLUX_LOGLEVEL:-3}" # log level 12LOGL="${BOLLUX_LOGLEVEL:-3}" # log level
14MAXR="${BOLLUX_MAXREDIR:-5}" # max redirects 13MAXR="${BOLLUX_MAXREDIR:-5}" # max redirects
14PORT="${BOLLUX_PORT:-1965}" # port number
15PROT="${BOLLUX_PROTO:-gemini}" # protocol
15RDRS=0 # redirects 16RDRS=0 # redirects
16 17
17# LOGLEVELS: 18# LOGLEVELS: