diff options
Diffstat (limited to 'collectstats.pl')
-rwxr-xr-x | collectstats.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/collectstats.pl b/collectstats.pl index 145838014..9d813f63e 100755 --- a/collectstats.pl +++ b/collectstats.pl @@ -32,10 +32,10 @@ use vars @::legal_product; require "globals.pl"; # tidy up after graphing module -chdir("data/mining"); -unlink <*.gif>; -unlink <*.png>; -chdir("../.."); +chdir("graphs"); +unlink <./*.gif>; +unlink <./*.png>; +chdir(".."); ConnectToDatabase(1); GetVersionTable(); |