We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a79e43 commit c7f2f6aCopy full SHA for c7f2f6a
launcher.sh
@@ -33,4 +33,5 @@ cat "${config_path}"
33
echo "=== Dropping potentially confusing env-variables"
34
for v in $(compgen -A export | grep KARAPACE); do export -n "${v?}"; done
35
36
+
37
exec python3 -m karapace.karapace_all "${config_path}"
0 commit comments