add a directory conf

This commit is contained in:
nishiki 2014-04-27 18:53:20 +02:00
parent b52443f9f1
commit d17a8b557e
4 changed files with 18 additions and 7 deletions
MPW/UI

View file

@ -77,7 +77,7 @@ class Cli
language = ask(I18n.t('form.setup.lang', :lang => lang)).to_s
key = ask(I18n.t('form.setup.gpg_key')).to_s
share_keys = ask(I18n.t('form.setup.share_gpg_keys')).to_s
file_gpg = ask(I18n.t('form.setup.gpg_file', :home => Dir.home)).to_s
file_gpg = ask(I18n.t('form.setup.gpg_file', :home => @conf.dir_home)).to_s
timeout_pwd = ask(I18n.t('form.setup.timeout')).to_s
sync_type = ask(I18n.t('form.setup.sync_type')).to_s