Skip to content

Commit

Permalink
Merge pull request #1313 from aledbf/fix-template
Browse files Browse the repository at this point in the history
Fix eol in nginx template
  • Loading branch information
aledbf authored Sep 7, 2017
2 parents 7a31952 + 87e8b72 commit e05ac9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

# first sed removes empty lines
# second sed command replaces the empty lines
sed -e 's/^ *$/\'$'\n/g' | sed -e '/^$/{N;/^\n$/d;}'
sed -e 's/\r//g' | sed -e 's/^ *$/\'$'\n/g' | sed -e '/^$/{N;/^\n$/d;}'

0 comments on commit e05ac9b

Please sign in to comment.