Use #!/usr/bin/env everywhere for local testnets (#3606)
Full local testnet support for people that don't have `/bin/bash`
This commit is contained in:
parent
27bb9ff07d
commit
8d325e700b
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
#
|
||||
# Deletes all files associated with the local testnet.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Print all the logs output from local testnet
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user