remove unused variable

This commit is contained in:
Girish Ramakrishnan
2015-11-08 11:04:39 -08:00
parent 40cdd270b1
commit 738bfa7601

View File

@@ -66,8 +66,6 @@ start_mongodb() {
}
start_mail() {
local mongodb_vars="MONGODB_ROOT_PASSWORD=${root_password}"
docker rm -f mail 2>/dev/null 1>&2 || true
docker run -dP --name=mail -e DOMAIN_NAME="localhost" \