From 755d082195ebf4b2aedfe20576c05bfdf204ef97 Mon Sep 17 00:00:00 2001 From: Kwabena N Amponsah Date: Tue, 23 Aug 2022 12:52:10 +0100 Subject: [PATCH] Fix entrypoint --- scripts/docker-entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/docker-entrypoint.sh b/scripts/docker-entrypoint.sh index 1f1eee5..ec0bea2 100755 --- a/scripts/docker-entrypoint.sh +++ b/scripts/docker-entrypoint.sh @@ -9,6 +9,7 @@ fi if [ ! -f "${RUNNER_DIR}/config.sh" ]; then echo "Installing runner ..." runner_install.sh --install_dir="${RUNNER_DIR}" + while read -t 1; do :; done # skip inputs while installing fi if [ ! -f "${RUNNER_DIR}/.runner" ]; then