Skip to content

Commit

Permalink
compile_addons_git.sh: do not overwrite html header
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Nov 24, 2020
1 parent 35c1d20 commit 02615f0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tools/cronjobs_osgeo_lxd/compile_addons_git.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/sh

# Martin Landa, 2013
# updated for GRASS GIS 7 (only) Addons by Markus Neteler 2020
# updated for GRASS GIS 7 (only) Addons by Markus Neteler, 2020
# fixes for addon creation by Tomas Zigo, 2020

# This script compiles GRASS Addons, it's called by cron_grass78_releasebranch_78_build_bins.sh | cron_grass7_HEAD_build_bins.sh

Expand Down Expand Up @@ -83,8 +84,9 @@ border: 1px solid black;
<tr><th style=\"background-color: grey\">AddOns</th>
<th style=\"background-color: grey\">Status</th>"

# initiate the index file
echo "$html_template" > "$ADDON_PATH/logs/${INDEX_FILE}.html"
echo "<th style=\"background-color: grey\">Log file</th></tr>" > "$ADDON_PATH/logs/${INDEX_FILE}.html"
echo "<th style=\"background-color: grey\">Log file</th></tr>" >> "$ADDON_PATH/logs/${INDEX_FILE}.html"

echo "$html_template" > "$ADDON_PATH/logs/${INDEX_MANUAL_PAGES_FILE}.html"

Expand Down

0 comments on commit 02615f0

Please sign in to comment.