From 463b35b4242e0eccb25991aeca5aaac8e89df000 Mon Sep 17 00:00:00 2001 From: "Eric J. Korpela" Date: Tue, 3 Aug 2004 16:42:22 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=3967 --- sched/start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sched/start b/sched/start index a1eba51991..8bfbf19c55 100755 --- a/sched/start +++ b/sched/start @@ -207,7 +207,7 @@ def safe_unlink(filename): print "Couldn't unlink %s:"%filename,e def remove_cached_home_page(): - path = os.path.join(project_dir, 'html/cache/index.php') + path = os.path.join(project_dir, 'html/cache/65/index.php') if os.path.exists(path): print 'removing ' + path safe_unlink(path)