diff --git a/conf/docker-entrypoint.sh b/conf/docker-entrypoint.sh index eb0e5d5..9bee729 100644 --- a/conf/docker-entrypoint.sh +++ b/conf/docker-entrypoint.sh @@ -2,7 +2,8 @@ set -e # AZ AppService allows SSH into a App instance. -if [ "$MA_OTAP_ENV" = "test" ]; then +if [ $MA_OTAP_ENV = "test" ] +then echo "Starting SSH ..." service ssh start fi