mirror of
https://github.com/alibaba/higress.git
synced 2026-05-08 04:17:27 +08:00
fix: Remove two debug logs (#424)
This commit is contained in:
@@ -149,7 +149,6 @@ REPO_BASE_URL="https://higress.io/standalone"
|
|||||||
|
|
||||||
# checkDesiredVersion checks if the desired version is available.
|
# checkDesiredVersion checks if the desired version is available.
|
||||||
checkDesiredVersion() {
|
checkDesiredVersion() {
|
||||||
echo "VERSION"
|
|
||||||
if [ -z "$VERSION" ]; then
|
if [ -z "$VERSION" ]; then
|
||||||
local version_url="${REPO_BASE_URL}/VERSION"
|
local version_url="${REPO_BASE_URL}/VERSION"
|
||||||
if [ "${HAS_CURL}" == "true" ]; then
|
if [ "${HAS_CURL}" == "true" ]; then
|
||||||
@@ -158,7 +157,6 @@ checkDesiredVersion() {
|
|||||||
VERSION=$(wget $version_url -O - 2>/dev/null)
|
VERSION=$(wget $version_url -O - 2>/dev/null)
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
echo $VERSION
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# download downloads the latest package
|
# download downloads the latest package
|
||||||
|
|||||||
Reference in New Issue
Block a user