nlesc-sherlock / emma

Ansible playbook to create a cluster with GlusterFS, Docker, Spark and JupyterHub services
Apache License 2.0
3 stars 4 forks source link

Running ./create_hosts.sh fails #106

Open sverhoeven opened 6 years ago

sverhoeven commented 6 years ago

When I run create_hosts.sh I get an error

./create_hosts.sh
./create_hosts.sh: 3: .: env_linux.sh: not found

I have emma repo checked out in a WSL Ubuntu root home dir.

sverhoeven commented 6 years ago

Changing shebang from #!/bin/sh to #!/bin/bash fixed it.