diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2006-08-27 16:36:06 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2006-08-27 16:36:06 +0000 |
commit | b600be0a07be9891f7568911ed9b395fdf8f9ebd (patch) | |
tree | a421c745b9e69233081a75bb4f245d761fb56d1c /sitesummary-collector.cgi | |
parent | 4c0f8f6351dd818c6ed5dd416e3f71b331d54c83 (diff) | |
download | sitesummary-b600be0a07be9891f7568911ed9b395fdf8f9ebd.tar.gz sitesummary-b600be0a07be9891f7568911ed9b395fdf8f9ebd.tar.bz2 sitesummary-b600be0a07be9891f7568911ed9b395fdf8f9ebd.tar.xz |
* Remove temp file when it is processed by the collector.
* Include the directories in /var/lib/sitesummary/ used by the
collector in the sitesummary package.
Diffstat (limited to 'sitesummary-collector.cgi')
-rw-r--r-- | sitesummary-collector.cgi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sitesummary-collector.cgi b/sitesummary-collector.cgi index 1c225d7..e7a3785 100644 --- a/sitesummary-collector.cgi +++ b/sitesummary-collector.cgi @@ -85,6 +85,8 @@ print "SITESUMMARY HTTP-POST OK\n"; process_entry($savefile); +unlink $savefile; + exit 0; sub process_entry { |