aboutsummaryrefslogtreecommitdiff
path: root/radicale_web/web/infcloud/cache_update.sh
diff options
context:
space:
mode:
authorUnrud <unrud@openaliasbox.org>2017-06-04 17:16:11 +0200
committerUnrud <unrud@openaliasbox.org>2017-06-04 17:16:36 +0200
commit10eef51a0f086ad148928ba965c330599b4765cb (patch)
treed0283e55f1b4e66c49bf17461b5fee211b78768a /radicale_web/web/infcloud/cache_update.sh
parentUpdate license (diff)
downloadradicaleinfcloud-10eef51a0f086ad148928ba965c330599b4765cb.tar.gz
radicaleinfcloud-10eef51a0f086ad148928ba965c330599b4765cb.tar.bz2
radicaleinfcloud-10eef51a0f086ad148928ba965c330599b4765cb.zip
Update package for new web plugin interface
Diffstat (limited to 'radicale_web/web/infcloud/cache_update.sh')
-rwxr-xr-xradicale_web/web/infcloud/cache_update.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/radicale_web/web/infcloud/cache_update.sh b/radicale_web/web/infcloud/cache_update.sh
deleted file mode 100755
index 77f8670..0000000
--- a/radicale_web/web/infcloud/cache_update.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#! /bin/bash
-# Use this script every time you modify any file to force browsers to reload it (empty HTML5 cache).
-
-command -v ed &> /dev/null || { echo "Error: 'ed' not installed. Aborting." > /dev/stderr; exit 1; }
-printf ",s/#V.*/#V $(date '+%Y%m%d%H%M%S')/\nw\nq\n" | ed -s cache.manifest
bgstack15