lucasdiedrich / ojs

Open Journal Systems (OJS) is a journal management and publishing system.
GNU General Public License v3.0
19 stars 64 forks source link

Private folder is wrong in autoinstallation querystring #28

Closed marcbria closed 5 years ago

marcbria commented 5 years ago

Hi,

Private folder need to be set correctly when pre-installing at:

https://github.com/lucasdiedrich/ojs/blob/0677582ff8817ab1ca3a34ee777bfe37b93144a1/files/usr/local/bin/ojs-cli-install#L7 Now is: filesDir=%2Fvar%2Fwww%2Fhtml%2Ffiles

But need to be: filesDir=%2Fvar%2Fwww%2Ffiles This happens in every branch.

Cheers, m.