mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
* make ENABLE_LIST a constant and declare PUBLIC_ACCESS_FILE with pathlib.Path() * add PUBLIC_ACCESS_FILE to the backup manifest * Remove PUBLIC_ACCESS_FILE and ENABLE_LIST Tests: 1. Install the app and enable public access 2. Reinstall the app and confirm the public access is reset to default 3. Functional tests passed Signed-off-by: nbenedek <contact@nbenedek.me> [sunil: Update docstrings, make uninstall fail-safe] Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>