diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2006-08-25 21:53:54 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2006-08-25 21:53:54 +0000 |
commit | 2c95ddb70c7ee2a57cbfc9f10ecff0e5ea800952 (patch) | |
tree | ba5e45fb657962cbb1a2bbf94acefa5f8e87a41a | |
parent | 719409ec638dfb7ee14fe3acb0d4094fed58db85 (diff) | |
download | sitesummary-2c95ddb70c7ee2a57cbfc9f10ecff0e5ea800952.tar.gz sitesummary-2c95ddb70c7ee2a57cbfc9f10ecff0e5ea800952.tar.bz2 sitesummary-2c95ddb70c7ee2a57cbfc9f10ecff0e5ea800952.tar.xz |
Clean up after the client is executed.
-rw-r--r-- | sitesummary-client | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sitesummary-client b/sitesummary-client index 37c0790..67c4cce 100644 --- a/sitesummary-client +++ b/sitesummary-client @@ -86,3 +86,6 @@ for url in $serverurls ; do error "unable to submit to '$url'" fi done + +rm $hostsummaryfile +rm -r $tmpdir |