Fix gpgdir patch

This commit is contained in:
eabdullin 2022-01-26 09:47:21 +03:00
parent 609fe6ef49
commit 1c5bda5c83
1 changed files with 2 additions and 1 deletions

View File

@ -20,4 +20,5 @@ diff -uprN a/base/validation.py b/base/validation.py
+ os.mkdir(self.__gpg_dir, 0o700)
except OSError:
log.error("Failed to create %s" % self.__gpg_dir)
self.__change_owner()
self.__change_owner()