Skip to content

Commit

Permalink
improve setupkind.sh (#40698)
Browse files Browse the repository at this point in the history
Signed-off-by: xin.li <xin.li@daocloud.io>

Signed-off-by: xin.li <xin.li@daocloud.io>
  • Loading branch information
my-git9 committed Aug 29, 2022
1 parent b52d169 commit 49e4424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/kind-lb/setupkind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -e
# This script can only produce desired results on Linux systems.
ENVOS=$(uname 2>/dev/null || true)
if [[ "${ENVOS}" != "Linux" ]]; then
echo "Your environment is not supported by this script."
echo "Your system is not supported by this script. Only Linux is supported"
exit 1
fi

Expand Down

0 comments on commit 49e4424

Please sign in to comment.