From 3b5886d0deaa333374a90d380b9a7c65660b0634 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sat, 15 Sep 2018 04:45:00 +0200 Subject: [PATCH] add README for updating indices. --- README.update-indices | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.update-indices diff --git a/README.update-indices b/README.update-indices new file mode 100644 index 0000000..974384b --- /dev/null +++ b/README.update-indices @@ -0,0 +1,3 @@ + +WEB_BASE_DIR=/var/www/owncloud.oopen.de/ +su -c "/usr/local/php/bin/php ${WEB_BASE_DIR}/htdocs/occ db:add-missing-indices" -s /bin/bash www-data