aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-10-06 15:01:55 -0700
committerfriendica <info@friendica.com>2014-10-06 15:01:55 -0700
commit5236516145180dbef9cc10e49c341b85e43e8c48 (patch)
treeb1428cb1a3cee80658fddcb0a40fd9c2bbbac8b2
parent34ef3fda76a924d09e77a698e38b79922b8b7f88 (diff)
downloadvolse-hubzilla-5236516145180dbef9cc10e49c341b85e43e8c48.tar.gz
volse-hubzilla-5236516145180dbef9cc10e49c341b85e43e8c48.tar.bz2
volse-hubzilla-5236516145180dbef9cc10e49c341b85e43e8c48.zip
install doc double escapes the store/[data] path.
-rw-r--r--install/INSTALL.txt2
-rw-r--r--version.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/install/INSTALL.txt b/install/INSTALL.txt
index 09e840498..8ec919369 100644
--- a/install/INSTALL.txt
+++ b/install/INSTALL.txt
@@ -96,7 +96,7 @@ directory/path component in the URL) is REQUIRED.
- make sure folders *store/[data]/smarty3* and *store* exist and are writable by webserver
- mkdir -p "store/\[data\]/smarty3"
+ mkdir -p "store/[data]/smarty3"
chmod -R 777 store
diff --git a/version.inc b/version.inc
index 3a7d86ed7..a5c162410 100644
--- a/version.inc
+++ b/version.inc
@@ -1 +1 @@
-2014-10-05.819
+2014-10-06.820