mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
Upstream patch from Debian bug #837206
Fixes DB and log file permissions. Also switch to new setup command.
This commit is contained in:
parent
e7a7d83208
commit
71f8869bea
@ -1,6 +1,11 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
All notable changes to this project will be documented in this file.
|
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
|
## [0.11.0] - 2016-09-21
|
||||||
### Added
|
### Added
|
||||||
- Added loading icon for other busy operations.
|
- 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
|
- Fixed issue that could allow someone to start a module setup process
|
||||||
without being logged in to Plinth.
|
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.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.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
|
[0.9.4]: https://github.com/freedombox/Plinth/compare/v0.9.3...v0.9.4
|
||||||
|
|||||||
@ -36,7 +36,10 @@ echo "Done configuring Apache for Plinth."
|
|||||||
|
|
||||||
echo "Running Plinth setup..."
|
echo "Running Plinth setup..."
|
||||||
|
|
||||||
# Run plinth setup to install various necessary program
|
# Run plinth setup to configure various necessary program
|
||||||
plinth --setup
|
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."
|
echo "Done running Plinth setup."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user