1
0
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:
Evgeny Sinelnikov
2020-01-14 22:31:49 +04:00
parent bdf96d8cac
commit cc46597505
3 changed files with 5 additions and 3 deletions

View File

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