From 3256aa0f901fb5ebbb638608d0d90a530cfa4800 Mon Sep 17 00:00:00 2001 From: Timothee Gosselin <timothee@unteem.org> Date: Tue, 19 Jul 2016 19:40:51 +0200 Subject: [PATCH] Update provision remove .sh from add_mailbox --- utils/provision | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/provision b/utils/provision index 04be728..4704a4a 100755 --- a/utils/provision +++ b/utils/provision @@ -111,7 +111,7 @@ function application () { export MAIL_PASS=`tr -dc A-Za-z0-9_ < /dev/urandom | head -c 20 | xargs` export MAIL_USER="noreply.${arg_u}@${MAIL_DOMAIN}" export URL=${arg_u} - /indiehosters/utils/add_mailbox.sh ${MAIL_USER} ${MAIL_PASS} + /indiehosters/utils/add_mailbox ${MAIL_USER} ${MAIL_PASS} ./scripts/install fi } -- GitLab