From d2f36b801941f5d313a44e8c2e4ab0be4b8a4b53 Mon Sep 17 00:00:00 2001 From: Neal Conner Date: Thu, 28 Mar 2019 22:57:30 -0400 Subject: [PATCH] Use 64 characters with lamassu-coinatmradar --- bin/lamassu-coinatmradar | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/lamassu-coinatmradar b/bin/lamassu-coinatmradar index a3b5e990..7f9e6de3 100644 --- a/bin/lamassu-coinatmradar +++ b/bin/lamassu-coinatmradar @@ -5,9 +5,9 @@ SEED="$(cat ~/seeds/seed.txt)" echo echo "Here is the 'External ID' of your paired machine(s), for use under the 'ATM / Teller details' of your CoinATMRadar listing:" echo -su - postgres -c "psql \"lamassu\" -Atc \"select regexp_replace(left(device_id,32), '$', ' '),regexp_replace(name, '^', ' ') from devices\"" +su - postgres -c "psql \"lamassu\" -Atc \"select regexp_replace(device_id, '$', ' '),regexp_replace(name, '^', ' ') from devices\"" echo -echo "If communicating with CoinATMRadar, it may be helpful to relay your 'Operator ID':" +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 +/usr/bin/hkdf operator-id "$SEED" echo