mirror of
https://github.com/nishiki/manage-password.git
synced 2025-02-21 10:20:05 +00:00
Merge branch 'master' of github.com:nishiki/manage-password
This commit is contained in:
commit
25f4f7280a
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@ class Cli
|
||||||
else
|
else
|
||||||
puts "#{I18n.t('cli.display.error')}: #{@m.error_msg}"
|
puts "#{I18n.t('cli.display.error')}: #{@m.error_msg}"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if not @m.checkconfig()
|
||||||
|
puts "#{I18n.t('cli.display.error')}: #{@m.error_msg}"
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# Request the GPG password and decrypt the file
|
# Request the GPG password and decrypt the file
|
||||||
|
|
Loading…
Add table
Reference in a new issue