You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If /usr/bin/env sh is something more sh-like than bash (ie. dash), the script will fail with a bunch of errors. Either the script should be made runnable on dash, or sh in the first line should be changed to bash.