From f47b25c70e368e3cfabd2d04f990a234db6166ec Mon Sep 17 00:00:00 2001 From: islandbitcoin Date: Thu, 1 Dec 2022 15:39:02 -0500 Subject: [PATCH] removed check-web.sh --- Dockerfile | 1 - check-web.sh | 13 ------------- 2 files changed, 14 deletions(-) delete mode 100644 check-web.sh diff --git a/Dockerfile b/Dockerfile index 8841aae..ab8c0b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,5 @@ ENV TOR_PROXY_IP embassy ENV TOR_PROXY_PORT 9050 ADD ./docker_entrypoint.sh /usr/local/bin/docker_entrypoint.sh -ADD check-web.sh /usr/local/bin/check-web.sh RUN chmod a+x /usr/local/bin/*.sh RUN chmod a+x *.sh diff --git a/check-web.sh b/check-web.sh deleted file mode 100644 index 1a39721..0000000 --- a/check-web.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -DURATION=$(/dev/null - WEB_RES=$? - if [ $WEB_RES != 0 ]; then - echo "RoboSats UI is unreachable, please wait" >&2 - exit 61 - fi -fi \ No newline at end of file