mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-03 07:16:12 +02:00
ixed a bug that caused creating encrypted journals to fail
This commit is contained in:
parent
560930a2c2
commit
fb629266e6
5 changed files with 8 additions and 5 deletions
|
@ -75,6 +75,8 @@ def install_jrnl(config_path='~/.jrnl_config'):
|
|||
default_config['encrypt'] = True
|
||||
if util.yesno("Do you want to store the password in your keychain?", default=True):
|
||||
util.set_keychain("default", password)
|
||||
else:
|
||||
util.set_keychain("default", None)
|
||||
print("Journal will be encrypted.")
|
||||
else:
|
||||
password = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue