Skip to content

Commit

Permalink
deploy: c0818fa
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 26, 2023
1 parent 49b041a commit a69b4e9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions healthcheck
Original file line number Diff line number Diff line change
Expand Up @@ -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=""
Expand Down
18 changes: 9 additions & 9 deletions node_details
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a69b4e9

Please sign in to comment.