refactor:将dign_client容器中的dign_client目录移动到/opt下

This commit is contained in:
fumingwei
2021-09-02 11:59:24 +08:00
parent df87cf779f
commit 6c7df0ee2c
2 changed files with 8 additions and 8 deletions

View File

@@ -71,8 +71,8 @@ services:
- /bin/sh
- -c
- |
/root/dign_client/bin/wait-for 192.51.100.2:443 -t 60 -- echo "server web is up"
/root/dign_client/bin/wait-for 192.51.100.5:8080 -t 60 -- echo "server dns is up"
/opt/dign_client/bin/wait-for 192.51.100.2:443 -t 60 -- echo "server web is up"
/opt/dign_client/bin/wait-for 192.51.100.5:8080 -t 60 -- echo "server dns is up"
ifconfig eth0 hw ether 02:42:C0:A8:FD:03
arp -i eth0 -s 192.0.2.130 02:42:c0:a8:fd:82
arp -i eth0 -s 192.0.2.131 02:42:C0:A8:FD:83
@@ -81,11 +81,11 @@ services:
mkdir -p /root/result_tsg_diagnose/conn_traffic_status
cp -rf /root/cafile_dict/certs/sets/current/gen/crt/ca-root.crt /usr/local/share/ca-certificates
update-ca-certificates
cat /root/dign_client/etc/hosts >> /etc/hosts
echo '0 2 * * * /usr/local/bin/python /root/dign_client/clear_file_timeout.py' > /etc/crontabs/root
echo '0 2 * * * /usr/local/bin/python /root/dign_client/clear_file_timeout.py -d /root/result_tsg_diagnose/conn_traffic_status' > /etc/crontabs/root
cat /opt/dign_client/etc/hosts >> /etc/hosts
echo '0 2 * * * /usr/local/bin/python /opt/dign_client/clear_file_timeout.py' > /etc/crontabs/root
echo '0 2 * * * /usr/local/bin/python /opt/dign_client/clear_file_timeout.py -d /root/result_tsg_diagnose/conn_traffic_status' > /etc/crontabs/root
crond
python /root/dign_client/tsg_diagnose.py -l -w NEZHA
python /opt/dign_client/tsg_diagnose.py -l -w NEZHA
tail -f /dev/null