@@ -20,8 +20,8 @@ _tmpnginxA=tmpnginxA
2020_tmpnginxB=tmpnginxB
2121
2222# Start and End Strings to Search for to do inserts into template
23- _startmarker=" ### Version Information"
24- _endmarker=" ### Version Information END "
23+ _startmarker=" ### Version Information # "
24+ _endmarker=" ### Version Information ## "
2525# _startgen="### Generated in"
2626# _endgen="### End Generated in"
2727
@@ -38,13 +38,13 @@ echo $_endmarker >> $_tmpnginxA
3838IFS=$LASTUPDATEIFS
3939mv $_tmpnginxA $_inputdbA
4040ed -s $_inputdbA << \IN
41- 1,/### Version Information/d
42- /### Version Information END /,$d
41+ 1,/### Version Information # /d
42+ /### Version Information ## /,$d
4343,d
4444.r /home/travis/build/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration/globalblacklist.conf
45- /### Version Information/x
45+ /### Version Information # /x
4646.t.
47- .,/### Version Information END /-d
47+ .,/### Version Information ## /-d
4848#,p
4949#,p used to print output replaced with w below to write
5050w /home/travis/build/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration/globalblacklist.conf
0 commit comments