Skip to content

Commit

Permalink
worker和agent支持java17和java8同步运行 #10586
Browse files Browse the repository at this point in the history
  • Loading branch information
tangruotian committed Sep 3, 2024
1 parent f314383 commit e5fd508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support-files/agent-package/script/linux/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ unzip_jdk
os=`uname`
print_zh "机器系统: $os" "OS: $os"
arch1=`uname -m`
print_zh "机器架构: $os" "ARCH: ${arch1}"
print_zh "机器架构: $arch1" "ARCH: ${arch1}"
print_zh "检查jdk17版本" "check java17 version"
jdk17/bin/java -version
print_zh "检查jdk8版本" "check java version"
Expand Down

0 comments on commit e5fd508

Please sign in to comment.