From b838c13e19673ab7d9b2fc19fef5d7519d70b6e5 Mon Sep 17 00:00:00 2001 From: Jason Date: Mon, 11 Jul 2022 12:08:26 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20=20modified:=20bin/entr?= =?UTF-8?q?ypoint-aria2.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-aria2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/entrypoint-aria2.sh b/bin/entrypoint-aria2.sh index 158215a..4fa3516 100755 --- a/bin/entrypoint-aria2.sh +++ b/bin/entrypoint-aria2.sh @@ -88,7 +88,7 @@ healthcheck) bash | shell | sh) ARGS="$*" - exec /bin/bash ${ARGS:--l} + exec /bin/bash ${ARGS:-} ;; *)