You've already forked baupm-core
some envvar pingpong
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Email-address of the system
|
||||
mail_address="${REDMINE_IMAP_ADDRESS}"
|
||||
mail_address="${REDMINE_IMAP_USER}"
|
||||
|
||||
# Email-Account username and password
|
||||
mail_username="$mail_address"
|
||||
mail_username="${REDMINE_IMAP_USERNAME:-"$mail_address"}"
|
||||
mail_password="${REDMINE_IMAP_PASSWORD}"
|
||||
|
||||
# IMAP-Server address and port
|
||||
|
||||
Reference in New Issue
Block a user