merge in latest release

This commit is contained in:
Neal Conner 2019-03-04 12:40:38 -05:00 committed by Josh Harvey
parent e7ef9d0753
commit 760d765520
4 changed files with 34 additions and 1 deletions

7
bin/lamassu-devices Normal file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
echo
echo "Your list of paired machines and their Device IDs and names:"
echo
su - postgres -c "psql \"lamassu\" -Atc \"select device_id, name from devices\""
echo