use /usr/bin/env to find the right bash

This commit is contained in:
Jude Nelson
2020-10-19 10:04:56 -04:00
parent 7546b0eb92
commit 79544131ef
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Yup, it's a faucet HTTP server written in bash. This is what my life has come to.

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
BITCOIN_LOGFILE="/mnt/bitcoin.log"
BITCOIN_NEON_CONTROLLER_LOGFILE="/mnt/bitcoin-neon-controller.log"

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
FEE_RATE=300
MAX_CHAINING=5