Skip to content

Commit 7626641

Browse files
fix: cli_wrapper.sh not sending args to cli app
1 parent 8943988 commit 7626641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli_wrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
python /code/pasarguard-cli.py
2+
python /code/pasarguard-cli.py "$@"

0 commit comments

Comments
 (0)