From 1773c0ca2a843bb4e5bcfceee4bcc4cc55f7b156 Mon Sep 17 00:00:00 2001 From: Neal Conner Date: Mon, 1 Apr 2019 18:25:38 -0400 Subject: [PATCH] Use non-symlinked hkdf bin In the event hkdf is in /usr/local/bin, as it was in one case. --- bin/lamassu-coinatmradar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/lamassu-coinatmradar b/bin/lamassu-coinatmradar index b0b2f3d1..1f2836fe 100644 --- a/bin/lamassu-coinatmradar +++ b/bin/lamassu-coinatmradar @@ -9,5 +9,5 @@ su - postgres -c "psql \"lamassu\" -Atc \"select regexp_replace(device_id, '$', echo echo "If speaking with CoinATMRadar directly, it may be helpful to let them know your 'Operator ID':" echo -/usr/bin/hkdf operator-id "$SEED" | cut -c -32 +$(npm root -g)/lamassu-server/bin/hkdf operator-id "$SEED" | cut -c -32 echo