mirror of
https://github.com/nikdoof/rpzhole.git
synced 2025-12-23 06:39:24 +00:00
Fix command formatting
This commit is contained in:
2
rpzhole
2
rpzhole
@@ -152,7 +152,7 @@ def main():
|
||||
# reload RPZ
|
||||
if args.reloadzone:
|
||||
_logger.info('Informing Bind to reload the zone')
|
||||
res = subprocess.call('rndc reload %' % config['origin'], shell=True)
|
||||
res = subprocess.call('rndc reload %s' % config['origin'], shell=True)
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
Reference in New Issue
Block a user