Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Reference bash instead of sh #2

Closed
asieira opened this issue May 30, 2017 · 1 comment
Closed

Reference bash instead of sh #2

asieira opened this issue May 30, 2017 · 1 comment

Comments

@asieira
Copy link

asieira commented May 30, 2017

I've had problems in Ubuntu because the script begins with #!/bin/sh but uses bash-specific syntax. I would like to recommend that the first line is instead changed to #!/usr/bin/env bash as per https://stackoverflow.com/a/10383546/2482776.

@jason-klein
Copy link

Thank you for this script! Works great on our private AWS servers! Our Debian default shell is not bash, so we had to make same adjustment @asieira mentioned above.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants