File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ _inputdbB=$TRAVIS_BUILD_DIR/gentime.db
1212
1313# Declare Nginx template and temp variables
1414_nginx=$TRAVIS_BUILD_DIR /globalblacklist.conf
15- _tmpnginxA=tmpnginxA
16- _tmpnginxB=tmpnginxB
15+ _tmpnginxA=$TRAVIS_BUILD_DIRtmpnginxA
16+ _tmpnginxB=$TRAVIS_BUILD_DIRtmpnginxB
1717
1818# Start and End Strings to Search for to do inserts into template
1919_startdate=" ### Last Updated"
@@ -27,8 +27,7 @@ LASTUPDATEIFS=$IFS
2727IFS=$' \n '
2828now=" $( date) "
2929echo $_startdate >> $_tmpnginxA
30- printf " ### Updated: " $now " \n" >> $_tmpnginxA
31- printf " ### Build: " $GIT_TAG " \n" >> $_tmpnginxA
30+ printf " ### Updated: " $now " \n ### Build: " $GIT_TAG " \n" >> $_tmpnginxA
3231echo $_enddate >> $_tmpnginxA
3332IFS=$LASTUPDATEIFS
3433mv $_tmpnginxA $_inputdbA
You can’t perform that action at this time.
0 commit comments