dpuiu / MitoHPC

MIT License
10 stars 12 forks source link

Typo in setup commands causes ./bashrc script to be overwritten, rather than appended to #13

Closed rkabiljo closed 8 months ago

rkabiljo commented 8 months ago

This line must be a typo: echo "export HP_SDIR=pwd" > ~/.bashrc

you probably wanted echo "export HP_SDIR=pwd" >> ~/.bashrc

I ran it my mistake and deleted my ./bashrc, and that happened to another person I know who used it. I won't do this again, of course, and should have noticed, but the best would be to fix the error.

Thank you

dpuiu commented 8 months ago

Hi Renata, you are right, that is a good catch! Thank you!

rkabiljo commented 8 months ago

Thank you