From f33282a2a06292e8c42fd8a684d147f70450a71c Mon Sep 17 00:00:00 2001 From: jim-p Date: Wed, 10 Jun 2009 09:56:09 -0400 Subject: Add a little bit of a sleep first, seems to help. --- config/dashboard/dashboard.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'config/dashboard/dashboard.inc') diff --git a/config/dashboard/dashboard.inc b/config/dashboard/dashboard.inc index 09472500..d06fee20 100644 --- a/config/dashboard/dashboard.inc +++ b/config/dashboard/dashboard.inc @@ -12,6 +12,7 @@ function dashboard_install() { mwexec("tar xzvpUf /usr/local/pkg/widgets.tgz -C /"); assign_privs(); /* Clear the APC cache so that the updates to installed files will work. */ + sleep(5); apc_clear_cache(); } -- cgit v1.2.3