mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +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]
|
## [Unreleased]
|
||||||
### Fixed
|
### Fixed
|
||||||
- setup: Fixed an infinite redirect in a rare case.
|
- 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
|
## [0.13.0] - 2017-01-18
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -200,7 +200,7 @@ setuptools.setup(
|
|||||||
('/usr/lib/freedombox/setup.d/',
|
('/usr/lib/freedombox/setup.d/',
|
||||||
['data/usr/lib/freedombox/setup.d/86_plinth']),
|
['data/usr/lib/freedombox/setup.d/86_plinth']),
|
||||||
('/usr/lib/freedombox/first-run.d',
|
('/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',
|
('/etc/apache2/conf-available',
|
||||||
glob.glob('data/etc/apache2/conf-available/*.conf')),
|
glob.glob('data/etc/apache2/conf-available/*.conf')),
|
||||||
('/etc/apache2/sites-available',
|
('/etc/apache2/sites-available',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user