mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-03-21 18:50:38 +03:00
Changed script storage path
This commit is contained in:
parent
474378d17d
commit
1aed44454c
@ -33,7 +33,7 @@ class scripts_applier(applier_frontend):
|
||||
__module_name = 'ScriptsApplier'
|
||||
__module_experimental = False
|
||||
__module_enabled = True
|
||||
__cache_scripts = '/var/cache/gpupdate/cache_scripts_machine/'
|
||||
__cache_scripts = '/var/cache/gpupdate_scripts_cache/machine/'
|
||||
|
||||
def __init__(self, storage, sid):
|
||||
self.storage = storage
|
||||
@ -73,7 +73,7 @@ class scripts_applier_user(applier_frontend):
|
||||
__module_name = 'ScriptsApplierUser'
|
||||
__module_experimental = False
|
||||
__module_enabled = True
|
||||
__cache_scripts = '/var/cache/gpupdate/cache_scripts_user/'
|
||||
__cache_scripts = '/var/cache/gpupdate_scripts_cache/users/'
|
||||
|
||||
def __init__(self, storage, sid, username):
|
||||
self.storage = storage
|
||||
|
Loading…
x
Reference in New Issue
Block a user