Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation fail on linux when ~/.config/thyra file already exists #400

Closed
gregLibert opened this issue Jan 11, 2023 · 1 comment · Fixed by #408
Closed

Installation fail on linux when ~/.config/thyra file already exists #400

gregLibert opened this issue Jan 11, 2023 · 1 comment · Fixed by #408
Labels
issue:bug Something isn't working

Comments

@gregLibert
Copy link
Contributor

Describe the bug
Installation fail on linux when ~/.config/thyra dir already exists

To Reproduce

Steps to reproduce the behavior:

  1. create the dir ~/.config/thyra manually
  2. install thyra using : /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/massalabs/thyra/main/scripts/linux_install.sh)"

Expected behavior
itnstallation success.

Screenshots
error message :

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/massalabs/thyra/main/scripts/linux_install.sh)"

INFO: This installation script will install the last release of Thyra and will configure your local DNS to resolve .massa if needed.
mkdir: impossible de créer le répertoire «<home dir>/.config/thyra»: Le fichier existe

Thyra version
v0.1.1

Desktop (please complete the following information):
Ubuntu 20.04.5 LTS

@gregLibert gregLibert added the issue:bug Something isn't working label Jan 11, 2023
@gregLibert gregLibert changed the title Installation fail on linux when ~/.config/thyra dir already exists Installation fail on linux when ~/.config/thyra file already exists Jan 11, 2023
@gregLibert
Copy link
Contributor Author

Removing the file manulay solve the problem:

rm  ~/.config/thyra

@gregLibert gregLibert linked a pull request Jan 12, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue:bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant