tor: Disable APT transport when Tor is disabled

- To make sure that APT is not unusable.
This commit is contained in:
Sunil Mohan Adapa 2015-09-04 15:30:45 +05:30
parent 266a7cd15e
commit 09f64f6a4b

View File

@ -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')