From 847ca1463f298cc7027394c32dbd635efa71f7dc Mon Sep 17 00:00:00 2001 From: CP Date: Wed, 4 Dec 2024 16:01:13 -0500 Subject: [PATCH] fix nginx docker error --- nginx/20-compile-nginx-conf-erb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/20-compile-nginx-conf-erb.sh b/nginx/20-compile-nginx-conf-erb.sh index 20a1c897b5..ba5e84b72d 100755 --- a/nginx/20-compile-nginx-conf-erb.sh +++ b/nginx/20-compile-nginx-conf-erb.sh @@ -9,7 +9,7 @@ auto_erb_build() { template="/etc/nginx/templates/nginx.conf.erb" output_path="/etc/nginx/nginx.conf" - echo >&3 "$ME: Running erb on $template to $output_path" + echo "$ME: Running erb on $template to $output_path" erb "$template" >"$output_path" }