Use non-symlinked hkdf bin

In the event hkdf is in /usr/local/bin, as it was in one case.
This commit is contained in:
Neal Conner 2019-04-01 18:25:38 -04:00 committed by Josh Harvey
parent 10aa803320
commit 1773c0ca2a

View file

@ -9,5 +9,5 @@ su - postgres -c "psql \"lamassu\" -Atc \"select regexp_replace(device_id, '$',
echo echo
echo "If speaking with CoinATMRadar directly, it may be helpful to let them know your 'Operator ID':" echo "If speaking with CoinATMRadar directly, it may be helpful to let them know your 'Operator ID':"
echo echo
/usr/bin/hkdf operator-id "$SEED" | cut -c -32 $(npm root -g)/lamassu-server/bin/hkdf operator-id "$SEED" | cut -c -32
echo echo