Skip to content

Commit

Permalink
Use #!/usr/bin/env everywhere for local testnets (#3606)
Browse files Browse the repository at this point in the history
Full local testnet support for people that don't have `/bin/bash`
  • Loading branch information
tthebst committed Sep 29, 2022
1 parent 27bb9ff commit 6f5d4ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/local_testnet/clean.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

#
# Deletes all files associated with the local testnet.
Expand Down
2 changes: 1 addition & 1 deletion scripts/local_testnet/dump_logs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

# Print all the logs output from local testnet

Expand Down

0 comments on commit 6f5d4ae

Please sign in to comment.