Skip to content
Snippets Groups Projects
Commit 3256aa0f authored by Timothee Gosselin's avatar Timothee Gosselin Committed by GitHub
Browse files

Update provision

remove .sh from add_mailbox
parent 7f81abd3
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment