chore: Drop setup.sh DATABASE fallback ENV (#2556)

* chore: Remove `DATABASE` fallback ENV

This was introduced without any mention or need, thus removing until a real use-case requires it.

* chore: Remove `USER_DATABASE` fallback ENV

Likewise, nothing requires this to be customizable.

* chore: Consistently use single quote strings
This commit is contained in:
Brennan Kinney 2022-04-20 12:29:28 +12:00 committed by GitHub
parent cbcc3823d3
commit 182b71d33f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 16 additions and 16 deletions

View file

@ -3,7 +3,7 @@
# shellcheck source=../scripts/helpers/index.sh
source /usr/local/bin/helpers/index.sh
DATABASE=${DATABASE:-/tmp/docker-mailserver/postfix-relaymap.cf}
DATABASE='/tmp/docker-mailserver/postfix-relaymap.cf'
function __usage
{