1542: Remove unused variables r=mergify[bot] a=dhoppe

## What type of PR?

Cleanup.

## What does this PR do?

This pull request will remove unused variables. I do not think @matst14  will update his pull request because his account seems to be quite inactive. 

### Related issue(s)
- Mention an issue like: #1112 #1437 
- Auto close an issue like: closes #1112 #1437

## Prerequistes

None.

Co-authored-by: Dennis Hoppe <github@debian-solutions.de>
master
bors[bot] 4 years ago committed by GitHub
commit 05a7f7f93a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,13 +21,9 @@ def start_podop():
])
# Actual startup script
os.environ["FRONT_ADDRESS"] = system.get_host_address_from_environment("FRONT", "front")
os.environ["REDIS_ADDRESS"] = system.get_host_address_from_environment("REDIS", "redis")
os.environ["ADMIN_ADDRESS"] = system.get_host_address_from_environment("ADMIN", "admin")
os.environ["ANTISPAM_WEBUI_ADDRESS"] = system.get_host_address_from_environment("ANTISPAM_WEBUI", "antispam:11334")
if os.environ["WEBMAIL"] != "none":
os.environ["WEBMAIL_ADDRESS"] = system.get_host_address_from_environment("WEBMAIL", "webmail")
for dovecot_file in glob.glob("/conf/*.conf"):
conf.jinja(dovecot_file, os.environ, os.path.join("/etc/dovecot", os.path.basename(dovecot_file)))

Loading…
Cancel
Save