diff --git a/py/Boinc/setup_project.py b/py/Boinc/setup_project.py index 1ebcac7c40..3c50b66a59 100644 --- a/py/Boinc/setup_project.py +++ b/py/Boinc/setup_project.py @@ -362,7 +362,7 @@ class Project: # req/reply files somewhere else map(lambda dir: os.mkdir(self.dir(dir)), [ '', 'cgi-bin', 'bin', 'upload', 'download', 'apps', self.logdir(), - 'html', 'html/ops', 'html/user', 'html/project', + 'html', 'html/cache', 'html/ops', 'html/user', 'html/project', 'html/inc', 'html/stats', 'html/user_profile', 'html/user_profile/images' ])