From 8d325e700b2df04d3a4ac51b6bd4b9f07df11f22 Mon Sep 17 00:00:00 2001 From: tim gretler Date: Thu, 29 Sep 2022 06:13:30 +0000 Subject: [PATCH] Use #!/usr/bin/env everywhere for local testnets (#3606) Full local testnet support for people that don't have `/bin/bash` --- scripts/local_testnet/clean.sh | 2 +- scripts/local_testnet/dump_logs.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/local_testnet/clean.sh b/scripts/local_testnet/clean.sh index b01b1a2df..6db8753d0 100755 --- a/scripts/local_testnet/clean.sh +++ b/scripts/local_testnet/clean.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Deletes all files associated with the local testnet. diff --git a/scripts/local_testnet/dump_logs.sh b/scripts/local_testnet/dump_logs.sh index dc5f4edd3..64b7942fb 100755 --- a/scripts/local_testnet/dump_logs.sh +++ b/scripts/local_testnet/dump_logs.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Print all the logs output from local testnet