From bcf0feb7da3326ff33c400b6ad7ef0c2e0545b68 Mon Sep 17 00:00:00 2001 From: Scion Date: Wed, 22 Mar 2023 02:57:55 -0700 Subject: [PATCH] test --- distros/rockylinux/entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/distros/rockylinux/entrypoint.sh b/distros/rockylinux/entrypoint.sh index 5210574..7f3e24d 100644 --- a/distros/rockylinux/entrypoint.sh +++ b/distros/rockylinux/entrypoint.sh @@ -1,7 +1,8 @@ #!/bin/sh WORKDIR=${WORKDIR:-.} +ls -al cd "$WORKDIR" - +ls -al ARGS="$@" OUTPUT=$(bash -c "$ARGS") RESULT=$?