Skip to content

Commit

Permalink
[#5976] Improvement(bin): Update the instruction message in common.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchunhao committed Jan 12, 2025
1 parent 4cfcd6d commit 3d6c62f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ fi

if [[ -z "${GRAVITINO_VERSION}" ]]; then
echo -e "GRAVITINO_VERSION is not set, you may need to:\n" \
"1. Ensure that a compiled version of Gravitino is available at" \
"\${GRAVITINO_HOME}/distribution/package. You may need to compile it first," \
"1. Ensure that a compiled version of Gravitino is available at " \
"\${GRAVITINO_HOME}/distribution/package. You may need to compile it first, " \
"if you are installing the software from source code.\n" \
"2. Execute gravitino.sh in the \${GRAVITINO_HOME}/distribution/package/bin directory."
exit 1
Expand Down

0 comments on commit 3d6c62f

Please sign in to comment.