We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ddd3fb commit 3a38133Copy full SHA for 3a38133
init/config2args.py
@@ -437,7 +437,6 @@ def main():
437
general_params = process_general(config)
438
439
command = f"/usr/bin/ipfixprobe {input_params} {process_plugin_params} {storage_params} {output_params} {telemetry_params} {general_params}"
440
- command = command.replace('"', '').replace("'", '')
441
print(command)
442
return 0
443
0 commit comments