Skip to content

Commit c7f2f6a

Browse files
committed
Change only application code
1 parent 3a79e43 commit c7f2f6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

launcher.sh

+1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ cat "${config_path}"
3333
echo "=== Dropping potentially confusing env-variables"
3434
for v in $(compgen -A export | grep KARAPACE); do export -n "${v?}"; done
3535

36+
3637
exec python3 -m karapace.karapace_all "${config_path}"

0 commit comments

Comments
 (0)