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;