install doc double escapes the store/[data] path.
This commit is contained in:
parent
34ef3fda76
commit
5236516145
@ -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
|
- 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
|
chmod -R 777 store
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
2014-10-05.819
|
2014-10-06.820
|
||||||
|
Reference in New Issue
Block a user