From 21a970573a702d67cc2806face552e9271466d6a Mon Sep 17 00:00:00 2001 From: Ilya Oleshko Date: Tue, 22 Nov 2022 11:49:58 +0300 Subject: [PATCH] Build: Fixed end of line CRLF > LF --- build/install/docker/docker-migration-entrypoint.sh | 2 +- build/install/docker/prepare-nginx-proxy.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build/install/docker/docker-migration-entrypoint.sh b/build/install/docker/docker-migration-entrypoint.sh index 290a331207..9468adcdd8 100755 --- a/build/install/docker/docker-migration-entrypoint.sh +++ b/build/install/docker/docker-migration-entrypoint.sh @@ -7,4 +7,4 @@ MYSQL_PASSWORD=${MYSQL_PASSWORD:-"onlyoffice_pass"} sed -i "s!\"ConnectionString\".*!\"ConnectionString\": \"Server=${MYSQL_HOST};Database=${MYSQL_DATABASE};User ID=${MYSQL_USER};Password=${MYSQL_PASSWORD}\",!g" ./appsettings.json -dotnet ASC.Migration.Runner.dll +dotnet ASC.Migration.Runner.dll \ No newline at end of file diff --git a/build/install/docker/prepare-nginx-proxy.sh b/build/install/docker/prepare-nginx-proxy.sh index c0a564fa44..42552e56a3 100755 --- a/build/install/docker/prepare-nginx-proxy.sh +++ b/build/install/docker/prepare-nginx-proxy.sh @@ -1,2 +1,3 @@ #!/bin/sh -envsubst '$MAP_HASH_BUCKET_SIZE,$COUNT_WORKER_CONNECTIONS' < /etc/nginx/nginx.conf.template > /etc/nginx/nginx.conf + +envsubst '$MAP_HASH_BUCKET_SIZE,$COUNT_WORKER_CONNECTIONS' < /etc/nginx/nginx.conf.template > /etc/nginx/nginx.conf \ No newline at end of file