Refactor
This commit is contained in:
10
cmd/hamview-collector/entrypoint.sh
Executable file
10
cmd/hamview-collector/entrypoint.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
case "$@" in
|
||||
"")
|
||||
exec "/app/hamview-receiver" --config "/app/config/hamview-collector.yaml" ;;
|
||||
;;
|
||||
*)
|
||||
exec "/bin/sh" -c "$@"
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user