fixes missing newline in conf

This commit is contained in:
Edward Hope-Morley
2014-10-08 17:05:45 +01:00
parent 8272f214ab
commit 4bbd65207a

View File

@@ -370,7 +370,7 @@ def get_rabbit_password(username, password=None):
def bind_ipv6_interface():
out = "RABBITMQ_SERVER_START_ARGS='-proto_dist inet6_tcp'"
out = "RABBITMQ_SERVER_START_ARGS='-proto_dist inet6_tcp'\n"
with open(ENV_CONF, 'wb') as conf:
conf.write(''.join(out))