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:
parent
10aa803320
commit
1773c0ca2a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue