Forráskód Böngészése

fix error "NEWTAG is prod-Usage /tmp/docker-entrypoint.sh [ start | stop | restart]
16.1-20180926143209.el6_15"

tomishinets.v 6 éve
szülő
commit
9820c3abef
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      docker-entrypoint.sh

+ 1 - 1
docker-entrypoint.sh

@@ -23,6 +23,6 @@ sed -i "s/192.168.201.12:27017/${DB_CLUSTER}/" /etc/web-laboratory/application.c
 sed -i "s/192.168.201.13/$(nslookup tasks.${ADMIN_HOST}.${APPNET} | grep Address | tail -n1 | cut -f2 -d' ')/" /etc/web-laboratory/application.conf
 sed -i "s/192.168.201.23/$(nslookup ${HOSTNAME}.${APPNET} | grep Address | tail -n1 | cut -f2 -d' ')/" /etc/web-laboratory/application.conf
 
-source /etc/init.d/web-laboratory status
+#source /etc/init.d/web-laboratory status
 
 exec "$@"