diff --git a/dynette.cron.py b/dynette.cron.py index 261635f..84c505d 100755 --- a/dynette.cron.py +++ b/dynette.cron.py @@ -151,4 +151,3 @@ with psycopg2.connect(postgresql_dsn) as postgresql_connection: if need_bind9_cache_flush: os.system('/usr/sbin/rndc flush') os.system('/usr/sbin/rndc reload') - os.system('rm /tmp/dynette_flush_bind_cache')