Владимир Томишинец 5 år sedan
förälder
incheckning
20c2f2753c
1 ändrade filer med 6 tillägg och 6 borttagningar
  1. 6 6
      healthcheck.sh

+ 6 - 6
healthcheck.sh

@@ -1,10 +1,10 @@
 #!/bin/bash
 
-#containerstart=`stat -c %Z /proc/1`
-#curtime=`date +%s`
-#if (( curtime-containerstart < 180 )); then
-#    echo "0"
-#    exit 0
-#fi
+containerstart=`stat -c %Z /proc/1`
+curtime=`date +%s`
+if (( curtime-containerstart < 180 )); then
+    echo "0"
+    exit 0
+fi
 
 curl -f 127.0.0.1:8080/login || exit 1