Skip to content

Commit 12736e6

Browse files
authored
fix: handle extra args for spamoor (#975)
1 parent 9f3a81e commit 12736e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/spamoor/spamoor.star

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ def get_config(
121121
"--startup-spammer={}".format(config_file_path),
122122
]
123123

124+
for index, extra_arg in enumerate(spamoor_params.extra_args):
125+
cmd.append(extra_arg)
126+
124127
return ServiceConfig(
125128
image=image_name,
126129
entrypoint=["./spamoor-daemon"],

0 commit comments

Comments
 (0)