diff options
Diffstat (limited to 'config/dashboard/dashboard.inc')
-rw-r--r-- | config/dashboard/dashboard.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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(); } |