From a69b4e92234e43f767df01ca1ba51749b937994c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 18:13:24 +0000 Subject: [PATCH] deploy: c0818fa6e25fa95ff195324b3bb71575b884cedb --- healthcheck | 18 +++++++++--------- node_details | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/healthcheck b/healthcheck index 9790803..83f6773 100644 --- a/healthcheck +++ b/healthcheck @@ -51,15 +51,15 @@ findInstallPath() { done } -dockerInDockerVerify() { - if grep -qs 'workdir=/var/lib/docker' /proc/self/mountinfo; then - echo - echo "💩 Oh-no! Execute the script from host machine and not from the Docker Container context." - echo - - exit 1 - fi -} +# dockerInDockerVerify() { +# if grep -qs 'workdir=/var/lib/docker' /proc/self/mountinfo; then +# echo +# echo "💩 Oh-no! Execute the script from host machine and not from the Docker Container context." +# echo + +# exit 1 +# fi +# } # Log successLog="" diff --git a/node_details b/node_details index 37cbf9d..7fdfd31 100644 --- a/node_details +++ b/node_details @@ -86,15 +86,15 @@ findInstallPath() { done } -dockerInDockerVerify() { - if grep -qs 'workdir=/var/lib/docker' /proc/self/mountinfo; then - echo - echo "💩 Oh-no! Execute the script from host machine and not from the Docker Container context." - echo - - exit 1 - fi -} +# dockerInDockerVerify() { +# if grep -qs 'workdir=/var/lib/docker' /proc/self/mountinfo; then +# echo +# echo "💩 Oh-no! Execute the script from host machine and not from the Docker Container context." +# echo + +# exit 1 +# fi +# } # The white space before and after is intentional cat << "ART"