Constellation-Labs / euclid-development-environment

Quickly spin up basic dev environments to build local metagraph projects with our extendable base.
Apache License 2.0
5 stars 12 forks source link

hydra install chmod commands modified #15

Closed Proph151Music closed 1 year ago

Proph151Music commented 1 year ago

I removed the recursive chmod parameter from the grafana/storage chmod. I don't think it needs it. I noticed when running a hydra install a second time it would give errors from the .git folder, due to it being removed already. So I added a check to see if the directory exists. If it exists then it proceeds with the chmod command and removing the directory.

I also removed the message asking the user to chmod the infra directory. It doesn't seem needed anymore. As long as the storage folder is chmod I think everything else is fine.