jami
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ring] How to recover RING account?


From: bill-auger
Subject: Re: [Ring] How to recover RING account?
Date: Sun, 6 Aug 2017 19:45:20 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

there is a script for restoring the dring.yml when the keys are still
present - unfortunately it has not been merged into the codebase - but
it still in code review

https://gerrit-ring.savoirfairelinux.com/#/c/6164/

note it has an error near line 191 - the following 3 lines:

  $HOME/.config/ring/dring.yml
  $HOME/.config/ring/_dring.yml
  $HOME/.config/ring/dring.yml.bak

should be:

  cp $dring_yaml_out $HOME/.config/ring/dring.yml
  cp $dring_yaml_out $HOME/.config/ring/_dring.yml
  cp $dring_yaml_out $HOME/.config/ring/dring.yml.bak

where $dring_yaml_out is from line 170



reply via email to

[Prev in Thread] Current Thread [Next in Thread]