diff --git a/nginx/20-compile-nginx-conf-erb.sh b/nginx/20-compile-nginx-conf-erb.sh index 20a1c897b..ba5e84b72 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" }