From d36564153515d4e6367a3a289341a7f35e7bfb46 Mon Sep 17 00:00:00 2001 From: hael Date: Thu, 15 Jun 2023 11:56:47 +0000 Subject: [PATCH] echo --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 0614164..de9fe0b 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -38,7 +38,9 @@ sed -i "s/PORT/$PORT/g" /root/.ssh/config; # Check git repository permissions" if [ "$ADDITIONALS" == "true" ]; then + echo "Additional install has started" sh /additional_install.sh + echo "Additional install has finished" else if [[ "$SMARTHOST_PROXY" == "YES" || "$SMARTHOST_PROXY" == "TRUE" ]]; then PROXY_TYPE=smarthost-proxy" "$PROXY_TYPE;