Skip to content

Commit

Permalink
Generate uptime plot during site update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thynix committed Dec 24, 2012
1 parent 282286d commit 8e48374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_site
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ uploadConfig="upload.config"
cd $(dirname "$0")

# Update RRD plots and database, peer count, link length, and Markdown render.
$analyze -q --rrd --peer-count --link-lengths --markdown index.md || exit 1
$analyze -q --rrd --peer-count --link-lengths --uptime --markdown index.md || exit 1

# Move index render to index.html.
mv index.md.html index.html || exit 2
Expand Down

0 comments on commit 8e48374

Please sign in to comment.