mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-10-20 07:33:35 +03:00
Replace cache directory to /var/cache/gpupdate
This commit is contained in:
@@ -47,7 +47,7 @@ class mapped_id_{}(object):
|
||||
return eval('mapped_id_{}'.format(mapper_suffix))
|
||||
|
||||
class sqlite_cache(cache):
|
||||
__cache_dir = 'sqlite:////var/cache/samba'
|
||||
__cache_dir = 'sqlite:////var/cache/gpupdate'
|
||||
|
||||
def __init__(self, cache_name):
|
||||
self.cache_name = cache_name
|
||||
|
Reference in New Issue
Block a user