Upstream patch from Debian bug #837206

Fixes DB and log file permissions. Also switch to new setup command.
This commit is contained in:
James Valleroy 2016-09-23 07:52:45 -04:00
parent e7a7d83208
commit 71f8869bea
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 11 additions and 2 deletions

View File

@ -1,6 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.
## [Unreleased]
### Fixed
- Upstream patch from Debian bug #837206 to fix DB and log file
permissions. Also switch to new setup command.
## [0.11.0] - 2016-09-21
### Added
- Added loading icon for other busy operations.
@ -130,6 +135,7 @@ All notable changes to this project will be documented in this file.
- Fixed issue that could allow someone to start a module setup process
without being logged in to Plinth.
[Unreleased]: https://github.com/freedombox/Plinth/compare/v0.11.0...HEAD
[0.11.0]: https://github.com/freedombox/Plinth/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/freedombox/Plinth/compare/v0.9.4...v0.10.0
[0.9.4]: https://github.com/freedombox/Plinth/compare/v0.9.3...v0.9.4

View File

@ -36,7 +36,10 @@ echo "Done configuring Apache for Plinth."
echo "Running Plinth setup..."
# Run plinth setup to install various necessary program
plinth --setup
# Run plinth setup to configure various necessary program
plinth --setup-no-install
# Ensure that DB and log file permissions are correct
chown -R plinth: /var/lib/plinth /var/log/plinth
echo "Done running Plinth setup."