From 74a0a8860806f7a57d8c88b36a13a01ba2ba7c24 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 18 Oct 2016 10:24:48 +0200 Subject: [PATCH] --- clear-caches.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/clear-caches.sh b/clear-caches.sh index 2ea1a14..775f5c8 100644 --- a/clear-caches.sh +++ b/clear-caches.sh @@ -3,6 +3,7 @@ # requires TYPO3 extension coreapi set -e +rm -rf /var/www/site/htdocs/typo3temp/* su -c "cd /var/www/site/htdocs && ./typo3/cli_dispatch.phpsh extbase cacheapi:clearsystemcache"\ -s /bin/sh\ www-data -- 2.30.2