mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
tor: Disable APT transport when Tor is disabled
- To make sure that APT is not unusable.
This commit is contained in:
parent
266a7cd15e
commit
09f64f6a4b
@ -99,6 +99,7 @@ def subcommand_enable(_):
|
||||
|
||||
def subcommand_disable(_):
|
||||
"""Disable and stop the service."""
|
||||
subcommand_disable_apt_transport_tor(_)
|
||||
action_utils.service_disable('tor')
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user