export case consistent env vars
This commit is contained in:
parent
eebef6b7bc
commit
61b0eb31d1
@ -10,9 +10,9 @@ convertCase () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# convert environment variables to UPPERCASE for proper string comparison
|
# convert environment variables to UPPERCASE for proper string comparison
|
||||||
ACCESS_LOG=$(convertCase "$ACCESS_LOG")
|
export ACCESS_LOG=$(convertCase "$ACCESS_LOG")
|
||||||
HSTS=$(convertCase "$HSTS")
|
export HSTS=$(convertCase "$HSTS")
|
||||||
TLS13_ONLY=$(convertCase "$TLS13_ONLY")
|
export TLS13_ONLY=$(convertCase "$TLS13_ONLY")
|
||||||
|
|
||||||
### update configuration files with environment variables
|
### update configuration files with environment variables
|
||||||
# update server name list
|
# update server name list
|
||||||
|
Loading…
Reference in New Issue
Block a user