1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2025-02-17 08:30:04 +00:00

fix password for wallet config

This commit is contained in:
nishiki 2016-05-12 23:39:50 +02:00
parent 50422e0739
commit 684e0e32f0

View file

@ -91,12 +91,12 @@ class Cli
puts I18n.t('form.setup.title')
puts '--------------------'
config['sync']['type'] = ask(I18n.t('form.setup.sync_type')).to_s
config['sync']['host'] = ask(I18n.t('form.setup.sync_host')).to_s
config['sync']['port'] = ask(I18n.t('form.setup.sync_port')).to_s
config['sync']['user'] = ask(I18n.t('form.setup.sync_user')).to_s
config['sync']['pwd'] = ask(I18n.t('form.setup.sync_pwd')).to_s
config['sync']['path'] = ask(I18n.t('form.setup.sync_path')).to_s
config['sync']['type'] = ask(I18n.t('form.setup.sync_type')).to_s
config['sync']['host'] = ask(I18n.t('form.setup.sync_host')).to_s
config['sync']['port'] = ask(I18n.t('form.setup.sync_port')).to_s
config['sync']['user'] = ask(I18n.t('form.setup.sync_user')).to_s
config['sync']['password'] = ask(I18n.t('form.setup.sync_pwd')).to_s
config['sync']['path'] = ask(I18n.t('form.setup.sync_path')).to_s
@mpw.set_config(config)
@mpw.write_data