mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
6 lines
165 B
Plaintext
6 lines
165 B
Plaintext
|
#!/bin/bash
|
|||
|
|
|||
|
# experimental – doesn't always work right
|
|||
|
|
|||
|
docker compose exec mysql mysql -uroot -ptoor -Dfleet -e "DELETE FROM host_device_auth WHERE host_id=$1;"
|