mirror of
https://github.com/standardebooks/web.git
synced 2025-07-12 17:42:29 -04:00
Fix permissions on OPDS feeds
This commit is contained in:
parent
6252cff1e5
commit
ffa3ab8a74
3 changed files with 20 additions and 11 deletions
|
@ -227,7 +227,10 @@ if [ "${verbose}" = "true" ]; then
|
|||
printf "Rebuilding OPDS catalog ... "
|
||||
fi
|
||||
|
||||
bash -c "php \"${scriptsDir}\"/generate-opds.php --webroot \"${webRoot}\" --weburl \"${webUrl}\""
|
||||
php "${scriptsDir}/generate-opds.php" --webroot "${webRoot}" --weburl "${webUrl}"
|
||||
|
||||
sudo chown se:committers /standardebooks.org/web/www/opds/*.xml
|
||||
sudo chmod 664 /standardebooks.org/web/www/opds/*.xml
|
||||
|
||||
if [ "${verbose}" = "true" ]; then
|
||||
printf "Done.\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue