From 8c2c3430daf3c1091f1033e87658ef02805a42dd Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Wed, 16 Jul 2025 17:52:32 +0200 Subject: [fix] apply shell formating / shfmt (make format.shell) Signed-off-by: Markus Heiser --- container/entrypoint.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'container/entrypoint.sh') diff --git a/container/entrypoint.sh b/container/entrypoint.sh index d9b6b91de..7a09cce13 100755 --- a/container/entrypoint.sh +++ b/container/entrypoint.sh @@ -37,16 +37,16 @@ setup_ownership() { local type="$2" case "$type" in - file | directory) ;; - *) - cat <