From ab4cdeb82ce293e82e0ef7bcc9207b8d37cb2875 Mon Sep 17 00:00:00 2001 From: schmidtw Date: Mon, 7 Oct 2024 12:33:53 -0700 Subject: [PATCH] fix:Move the execution instructions to the first line. --- .release/docker/entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.release/docker/entrypoint.sh b/.release/docker/entrypoint.sh index 62fde94e..5ae965d6 100755 --- a/.release/docker/entrypoint.sh +++ b/.release/docker/entrypoint.sh @@ -1,6 +1,6 @@ -## SPDX-FileCopyrightText: 2022 Comcast Cable Communications Management, LLC -## SPDX-License-Identifier: Apache-2.0 #!/usr/bin/env sh +# SPDX-FileCopyrightText: 2022 Comcast Cable Communications Management, LLC +# SPDX-License-Identifier: Apache-2.0 set -e # check arguments for an option that would cause /tr1d1um to stop