1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-03-21 18:50:38 +03:00

firefox_applier: Run only if it is enabled

This commit is contained in:
Игорь Чудов 2020-06-26 20:17:45 +04:00
parent f5b94ed02d
commit 41f49e5bab
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -144,7 +144,8 @@ class firefox_applier(applier_frontend):
logging.debug(slogm('Found Firefox profile in {}/{}'.format(profiledir, profile)))
def apply(self):
self.machine_apply()
if self.__module_enabled:
self.machine_apply()
#if not self._is_machine_name:
# logging.debug('Running user applier for Firefox')
# self.user_apply()