This commit is contained in:
lihualong
2025-03-08 21:09:05 +08:00
parent ce690aab2d
commit 080c62cd93

View File

@@ -139,8 +139,8 @@ goecs_check() {
sleep 1
done
if [ -z "$ECS_VERSION" ]; then
_yellow "Unable to get version info, using default version 0.1.8"
ECS_VERSION="0.1.8"
_yellow "Unable to get version info, using default version 0.1.16"
ECS_VERSION="0.1.16"
fi
# Check if original goecs command exists
version_output=""