You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-08 23:06:49 +02:00
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:
@ -5,7 +5,7 @@
|
||||
# shellcheck source=../scripts/helpers/index.sh
|
||||
source /usr/local/bin/helpers/index.sh
|
||||
|
||||
DATABASE=${DATABASE:-/tmp/docker-mailserver/postfix-accounts.cf}
|
||||
DATABASE='/tmp/docker-mailserver/postfix-accounts.cf'
|
||||
|
||||
function __usage
|
||||
{
|
||||
|
Reference in New Issue
Block a user