diff options
Diffstat (limited to 'api/tests/node_local_zlatest.sh')
-rwxr-xr-x | api/tests/node_local_zlatest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/tests/node_local_zlatest.sh b/api/tests/node_local_zlatest.sh index 132107f..fe8e01b 100755 --- a/api/tests/node_local_zlatest.sh +++ b/api/tests/node_local_zlatest.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash PROGRAM="$(basename $0)" printf '[%s]\n' "$PROGRAM" API_RES="$(curl -s http://127.0.0.1:8610/v0/zlatest 2>/dev/null | sha512sum - | awk '{ printf $1 }')" |