Skip to content

Commit

Permalink
Merge branch 'bjozet-email_client_2'
Browse files Browse the repository at this point in the history
  • Loading branch information
dlen committed Jan 15, 2018
2 parents 8b218f1 + 5f83381 commit 196f1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ email_setup() {
sed -i "0,/"$default_password"/s:"$default_password":'${EMAIL_PASSWORD:-email_password}':" $email_config
fi
if [ -n "$EMAIL_CLIENT" ] ; then
sed -i "0,/"$default_client"/s:"$default_client":'$EMAIL_CLIENT':" $email_config
sed -i "0,/'client'/s:'client' => $default_client:'client' => '$EMAIL_CLIENT':" $email_config
fi
sed -i "0,/tls/s:false:${EMAIL_TLS:-false}:" $email_config

Expand Down

0 comments on commit 196f1dc

Please sign in to comment.