Browse Source

07env-install-centos.sh

master
lizw 3 years ago
parent
commit
fefa1d7ab0
  1. 2
      00base/07env-install-centos.sh

2
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

Loading…
Cancel
Save