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:
parent
50422e0739
commit
684e0e32f0
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue