mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-23 13:57:52 +00:00
fix bug connect after setup a new config file
This commit is contained in:
parent
6b8d6a91fd
commit
a12a8b5882
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@ class Cli
|
|||
else
|
||||
puts "#{I18n.t('cli.display.error')}: #{@m.error_msg}"
|
||||
end
|
||||
|
||||
if not @m.checkconfig()
|
||||
puts "#{I18n.t('cli.display.error')}: #{@m.error_msg}"
|
||||
end
|
||||
end
|
||||
|
||||
# Request the GPG password and decrypt the file
|
||||
|
|
Loading…
Reference in a new issue