mirror of
https://github.com/PaesslerAG/docker-multi-platform-probe.git
synced 2026-02-20 13:42:12 +00:00
Merge pull request #8 from PaesslerAG/Flow86-patch-1
fix: allow more parameters to be passed through
This commit is contained in:
@@ -13,7 +13,7 @@ _passthrough=0
|
|||||||
for _arg in "$@"
|
for _arg in "$@"
|
||||||
do
|
do
|
||||||
case "$_arg" in
|
case "$_arg" in
|
||||||
--help|example-config)
|
-h|--help|example-config|-V|--version)
|
||||||
_passthrough=1
|
_passthrough=1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user