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:
parent
f5b94ed02d
commit
41f49e5bab
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user