Knotx / knotx-cookbook

Cookbook for automated Knot.x deployment
http://knotx.io
Apache License 2.0
2 stars 5 forks source link

Empty file-uploads directory gets created under knot.x base directory #3

Open jwadolowski opened 7 years ago

jwadolowski commented 7 years ago

knotx_instance seems to create file-uploads directory by itself for some reason. What's the purpose of it?

[vagrant@default-centos-73-chef-12 knotx]$ pwd
/opt/knotx
[vagrant@default-centos-73-chef-12 knotx]$ ls -l
total 0
drwxr-xr-x. 5 knotx knotx 120 Jul 25 12:21 author
drwxr-xr-x. 2 knotx knotx   6 Jul 25 11:59 file-uploads
drwxr-xr-x. 5 knotx knotx 120 Jul 25 12:21 publish
[vagrant@default-centos-73-chef-12 knotx]$ ls -l file-uploads/
total 0