Skip to content

Commit

Permalink
changed quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin committed Aug 3, 2012
1 parent 5551746 commit 9bd30ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ The collection scripts are a bit more involved. You'll want to create a separate

You will probably want to clean up old collections after a while, try 2 days to start:

[[ -d /box/www/rgauge/collected/ ]] && find /box/www/rgauge/collected/ -mindepth 1 -mtime +2 -exec rm -rf {} \;
[[ -d /www/RainGauge/collected/ ]] && find /www/RainGauge/collected/ -mindepth 1 -mtime +2 -exec rm -rf {} \;

0 comments on commit 9bd30ea

Please sign in to comment.