|
@@ -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 "$@"
|