Change shebang in scripts to be universal for prod install
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/local/bin/zsh
|
||||
#!/usr/bin/env zsh
|
||||
PROTO=https
|
||||
HOSTNAME=mempool.ninja
|
||||
URL_BASE=${PROTO}://${HOSTNAME}
|
||||
|
||||
Reference in New Issue
Block a user