diff --git a/dim_output_bind b/dim_output_bind index ccb1302..b43ae8d 100644 --- a/dim_output_bind +++ b/dim_output_bind @@ -49,6 +49,7 @@ if __name__ == "__main__": try: with open(filepath, 'w+', 0644) as fp: fp.write(output) + fp.write("\n") except IOError as e: print("could not write zone file '%s': %s" % (update['zone_name'], e)) sys.exit(-1)