Explorar o código

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

tomishinets.v %!s(int64=6) %!d(string=hai) anos
pai
achega
9820c3abef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 "$@"