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
Thanks @mesqueeb! My gut feeling is that it should work just with the shebang (ie item 2), and it should not be necessary to change the extension. Would you be willing to submit a PR with that change? Thanks!
Since your script is .sh add a line in the beginning: #!/bin/sh
fish is picky and allow you to use sh / bash / fish as interpretations: #!/usr/bin/env fish
This is the error I receive when trying
./ganache.sh
in governance-with-multisig.The file has these contents:
If anyone has any advice, I'd be very grateful!!
The text was updated successfully, but these errors were encountered: