merge in latest release
This commit is contained in:
parent
e7ef9d0753
commit
760d765520
4 changed files with 34 additions and 1 deletions
7
bin/lamassu-devices
Normal file
7
bin/lamassu-devices
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue