tomishinets.v 5 năm trước cách đây
mục cha
commit
3e3f1d16ad
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      healthcheck.sh

+ 1 - 1
healthcheck.sh

@@ -7,7 +7,7 @@ if (( curtime-containerstart < 180 )); then
     exit 0
 fi
 
-#curl -f -H 'Host:demo.infoclinica.ru' 127.0.0.1:9000/login || exit 1
+curl -f -H 'Host:demo.infoclinica.ru' 127.0.0.1:9000/login || exit 1
 
 # Проверяем наличие файла с переменной time_to_dead
 if [ -f /tmp/dead ];then