mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
kbx: Create public-keys.d, after creating the homedir.
* kbx/keyboxd.c (create_directories): Following the behavior of gpg-agent, call create_public_keys_directory after mkdir. -- Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
bd8346f7ab
commit
1c5584c395
2 changed files with 88 additions and 0 deletions
|
@ -1262,6 +1262,7 @@ create_directories (void)
|
|||
{
|
||||
if (!opt.quiet)
|
||||
log_info (_("directory '%s' created\n"), home);
|
||||
create_public_keys_directory (home);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue