diff --git a/config/install_debian10.sh b/config/install_debian10.sh index 7e9579ee..090dae4c 100755 --- a/config/install_debian10.sh +++ b/config/install_debian10.sh @@ -32,8 +32,8 @@ fi chgrp www-data $SCODOC_DIR $SCODOC_DIR/ZopeProducts/* chmod g+w $SCODOC_DIR $SCODOC_DIR/ZopeProducts/* -chgrp -R www-data "${SCODOC_DIR}"/static/photos -chmod -R g+w "${SCODOC_DIR}"/static/photos +chgrp -R www-data "${SCODOC_VAR_DIR}"/photos +chmod -R g+w "${SCODOC_VAR_DIR}"/photos if [ ! -e "${SCODOC_VERSION_DIR}" ]; then mkdir "${SCODOC_VERSION_DIR}"