소스 검색

07env-install-centos.sh

lizw 2 년 전
부모
커밋
fefa1d7ab0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      00base/07env-install-centos.sh

+ 1 - 1
00base/07env-install-centos.sh

@@ -443,7 +443,7 @@ function init:maven() {
       echo '$add_profile' >> /etc/profile
       source /etc/profile
     fi
-    #maven -v
+    mvn -v
   "
   check::exit_code "$?" "maven" "$host 安装maven环境" "exit"
   if [[ "${ADD_USER_TAG:-}" == "1" ]]; then