Skip to content

Commit b2fb9be

Browse files
committed
removed dpi output
1 parent a54402a commit b2fb9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ns-dpi/files/dpi-nft

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def generate_dpi():
4040
with open(file_path, 'w') as f:
4141
f.write(render)
4242
# reload nftables
43-
subprocess.run(['fw4', 'reload'], check=True)
43+
subprocess.run(['fw4', 'reload'], check=True, capture_output=True)
4444

4545
if __name__ == "__main__":
4646
generate_dpi()

0 commit comments

Comments
 (0)