mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for entrypoint.sh (#11947)
Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/11953/head
parent
5832fe229c
commit
8dd21269fb
|
@ -29,6 +29,8 @@ fi
|
|||
if [ -f "/etc/profile.d/llvm-toolset-7.sh" ]; then
|
||||
source "/etc/profile.d/llvm-toolset-7.sh"
|
||||
fi
|
||||
|
||||
# Exit immediately for non zero status
|
||||
set -e
|
||||
|
||||
exec "$@"
|
||||
|
|
Loading…
Reference in New Issue