From ed6315b3589431c7ddb9af634efc144083fba6b1 Mon Sep 17 00:00:00 2001 From: Jason Date: Sun, 10 Jul 2022 19:42:09 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20=20modified:=20bin/entr?= =?UTF-8?q?ypoint-deno.sh=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/entrypoint-deno.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/entrypoint-deno.sh b/bin/entrypoint-deno.sh index 23d9f65..ea21695 100755 --- a/bin/entrypoint-deno.sh +++ b/bin/entrypoint-deno.sh @@ -55,7 +55,7 @@ case "$1" in exit ;; healthcheck) - echo 'OK' + type -P deno &>/dev/null && echo 'OK' || exit 1 ;; sh | bash | shell | /bin/sh | /bin/bash) shift 1