Commit 47651a70 authored by kalvin's avatar kalvin

替换ldap地址

parent fcb1fb33
......@@ -42,6 +42,7 @@ if [[ $CLUSTER == "3B" ]]; then
sleep 1
done
# 安装filebeat
PULL_TAR=http://192.168.3.60/QA/qg-docker-entrypoints/raw/master/other/filebeat/filebeat.tgz
TAR_PACKAGE=filebeat.tgz
LOGS_PATH="\/home\/quant_group\/logs\/*.log"
......@@ -85,7 +86,7 @@ else
touch ./logs/error.log
echo "Log is not exist or java server start error." >> ./logs/error.log
fi
source ~/.bash_profile
echo "cd /home/qg-xterm/;git pull;cd -"
......
......@@ -6,7 +6,7 @@ echo "cd ${package_path}"
cd ${package_path}
source ~/.bash_profile
echo 192.168.3.11 ldap.quantgroups.com >> /etc/hosts
echo 172.30.5.214 ldap.quantgroups.com >> /etc/hosts
echo "tar zxf dist.tgz -C ${package_path}"
tar zxf ${package_path}/dist.tgz -C ${package_path}/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment