1
0
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:
Valery Sinelnikov 2022-04-20 18:15:35 +04:00 committed by Evgeny Sinelnikov
parent 474378d17d
commit 1aed44454c

View File

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