소스 검색

Disable update.sh

tomishinets.v 6 년 전
부모
커밋
c010758cb1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docker-entrypoint.sh

+ 1 - 1
docker-entrypoint.sh

@@ -8,7 +8,7 @@ while [ $? -ne 0 ]; do
   nslookup ${HOSTNAME}.${APPNET}
 done
 
-/opt/updatedb.sh
+#/opt/updatedb.sh
 if [[ $? -ne 0 ]]; then echo "An error occurred while updating the database ${MONGODB}"; exit 1;fi
 
 sed -i "s/\${DB_CLUSTER}/\"${DB_CLUSTER}\"/" /etc/web-laboratory-admin/application.conf