Skip to content

Commit

Permalink
fix nginx docker error
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-at-mit committed Dec 4, 2024
1 parent 5161923 commit 847ca14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/20-compile-nginx-conf-erb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit 847ca14

Please sign in to comment.