Pizzaface/Alexa-Chromecast-Skill-2.0

aws-setup.sh crashes on #!/usr/bin/bash -e

Closed this issue · 1 comments

On my pi B+ running raspbian, all .sh script immediately crash on the first line with the error

/usr/bin/env: bash -e: No such file or directory

Changing the first line to:
#!/usr/bin/env: bash
set -e
fixes the issue

Changed to #!/bin/bash in latest release.
Tested as working on Raspberry PI and Ubuntu.

Recommend closing issue.