Commit 19dce503 authored by 智勇's avatar 智勇

fix

parent 1c22d5b7
#!/bin/sh #!/bin/sh
echo 192.168.4.3 git.q-gp.com >> /etc/hosts echo 192.168.4.3 git.q-gp.com >> /etc/hosts
curl -sSL http://git.q-gp.com/QA/qg-docker-entrypoints/raw/master/dev/lua-ui/run.sh -o run.sh curl -sSL http://git.q-gp.com/QA/qg-docker-entrypoints/raw/master/dev/lua-ui/run.sh -o run.sh
host = `curl -s http://172.30.220.22:3003/proconfig/get_host?system_name=${SYSTEM_NAME}` host=`curl -s http://172.30.220.22:3003/proconfig/get_host?system_name=${SYSTEM_NAME}`
sh run.sh $host sh run.sh $host
\ No newline at end of file
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