mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 07:40:39 -04:00
Update permissions set in deploy-ebook-to-www
This commit is contained in:
parent
133f93cdce
commit
cb399a4657
1 changed files with 3 additions and 1 deletions
|
@ -230,7 +230,9 @@ fi
|
||||||
php "${scriptsDir}/generate-opds.php" --webroot "${webRoot}" --weburl "${webUrl}"
|
php "${scriptsDir}/generate-opds.php" --webroot "${webRoot}" --weburl "${webUrl}"
|
||||||
|
|
||||||
sudo chown --recursive se:committers /standardebooks.org/web/www/opds/*
|
sudo chown --recursive se:committers /standardebooks.org/web/www/opds/*
|
||||||
sudo chmod --recursive 664 /standardebooks.org/web/www/opds/*
|
sudo chmod --recursive 664 /standardebooks.org/web/www/opds/*.xml
|
||||||
|
sudo chmod --recursive 664 /standardebooks.org/web/www/opds/*/*.xml
|
||||||
|
sudo chmod 775 /standardebooks.org/web/www/opds/subjects
|
||||||
|
|
||||||
if [ "${verbose}" = "true" ]; then
|
if [ "${verbose}" = "true" ]; then
|
||||||
printf "Done.\n"
|
printf "Done.\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue