Skip to content

Commit

Permalink
use bash in the entrypoint.sh for good traps
Browse files Browse the repository at this point in the history
  • Loading branch information
generall committed May 25, 2023
1 parent fd8c7d1 commit e2fb3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/usr/bin/env bash
# Script to run qdrant in docker container and handle contingencies, like OOM.
# The functioning logic is as follows:
# - If recovery mode is allowed, we check if qdrant was killed during initialization or not.
Expand Down

0 comments on commit e2fb3d7

Please sign in to comment.