mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-04 08:13:38 +00:00
setup.py: Install all first-run scripts for freedombox-setup
This commit is contained in:
parent
d924b742d9
commit
d639990894
@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
|
||||
## [Unreleased]
|
||||
### Fixed
|
||||
- setup: Fixed an infinite redirect in a rare case.
|
||||
- setup.py: Install all first-run scripts for freedombox-setup.
|
||||
|
||||
## [0.13.0] - 2017-01-18
|
||||
### Added
|
||||
|
||||
2
setup.py
2
setup.py
@ -200,7 +200,7 @@ setuptools.setup(
|
||||
('/usr/lib/freedombox/setup.d/',
|
||||
['data/usr/lib/freedombox/setup.d/86_plinth']),
|
||||
('/usr/lib/freedombox/first-run.d',
|
||||
['data/usr/lib/freedombox/first-run.d/90_firewall']),
|
||||
glob.glob('data/usr/lib/freedombox/first-run.d/*')),
|
||||
('/etc/apache2/conf-available',
|
||||
glob.glob('data/etc/apache2/conf-available/*.conf')),
|
||||
('/etc/apache2/sites-available',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user