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
Personally I would recommend to change the shebang, because bash should be available on most/all distributions and the code is more "modern" and cleaner.
some syntax in the script is incompatible with /bin/sh, e.g.${} or $ ()
shebang has to be something like /bin/bash
The text was updated successfully, but these errors were encountered: