setup
setup copied to clipboard
Missing directory in script run
Hi! Just wanted to point out an error I was able to work around.
I received the following error:
I was able to work around this by navigating to the opt directory and manually creating the redash directory before successfully running the script.
Thanks!
mac docker /opt/redash/env is also like this
The directory is being created here: https://github.com/getredash/setup/blob/cb47626b6823cbafac407b3e8991e97f53121f6e/setup.sh#L27
It would be easier to understand what's going on if you include the full script output.
I stumbled on this, not sure if something has changed in later versions of ubuntu (I'm on 22.04) but it didn't like the double square brackets in the if statements. Changing to a single square bracket allowed the script to run
I have corrected the problem with this pull request. #44