From 7eb5e563d138b56615027363479d96038a1e61ae Mon Sep 17 00:00:00 2001 From: pierreozoux <pierre@ozoux.net> Date: Sat, 26 Nov 2016 16:25:53 +0000 Subject: [PATCH] doesn't like space --- utils/provision | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/provision b/utils/provision index 07308eb..bd7f2f3 100755 --- a/utils/provision +++ b/utils/provision @@ -111,7 +111,7 @@ function application () { warning "you have no email server setup, we'll print a random configuration in your application. Make sure to check the parameters for your app to send proper emails." warning "To stop having this warning, please configure your LibrePaaS to be abble to create email accounts." warning "You can also contact support@indie.host to setup an email account for you" - export MAIL_PASS="random pass" + export MAIL_PASS="randompass" export MAIL_USER="example@indie.host" export MAIL_DOMAIN="indie.host" export MAIL_HOST="mail.indie.host" -- GitLab