From d8306764081f720fc45eab618a788c671ec9cc09 Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Sat, 20 Jul 2024 10:28:46 +0500 Subject: [PATCH] Remove quotes from command run line. --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 entrypoint.sh diff --git a/entrypoint.sh b/entrypoint.sh old mode 100644 new mode 100755 index 0ce044c..f3dcc42 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -20,4 +20,4 @@ echo "Launching command:" echo "${CMD}" echo "----------" -"${CMD}" +${CMD}