Commit f63b441f authored by kalvin's avatar kalvin

$log_path

parent 379cacd6
...@@ -51,8 +51,8 @@ if [[ $CLUSTER == "3B" ]]; then ...@@ -51,8 +51,8 @@ if [[ $CLUSTER == "3B" ]]; then
echo "Log is not exist or java server start error." >> ./logs/error.log echo "Log is not exist or java server start error." >> ./logs/error.log
fi fi
echo "tail -f ./logs/*log" echo "tail -f $log_path/logs/*log"
tail -f ./logs/*log tail -f $log_path/*log
else else
echo 192.168.3.11 ldap.quantgroups.com >> /etc/hosts echo 192.168.3.11 ldap.quantgroups.com >> /etc/hosts
echo 192.168.6.13 eos.quantgroups.com >> /etc/hosts echo 192.168.6.13 eos.quantgroups.com >> /etc/hosts
......
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