We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54402a commit b2fb9beCopy full SHA for b2fb9be
packages/ns-dpi/files/dpi-nft
@@ -40,7 +40,7 @@ def generate_dpi():
40
with open(file_path, 'w') as f:
41
f.write(render)
42
# reload nftables
43
- subprocess.run(['fw4', 'reload'], check=True)
+ subprocess.run(['fw4', 'reload'], check=True, capture_output=True)
44
45
if __name__ == "__main__":
46
generate_dpi()
0 commit comments