[skip ci] Add comment for entrypoint.sh (#11947)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/11953/head
Jenny Li 2021-11-17 10:35:20 +08:00 committed by GitHub
parent 5832fe229c
commit 8dd21269fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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 "$@"