install doc double escapes the store/[data] path.

This commit is contained in:
friendica 2014-10-06 15:01:55 -07:00
parent 34ef3fda76
commit 5236516145
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
2014-10-05.819
2014-10-06.820