mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
6 lines
165 B
Text
6 lines
165 B
Text
|
|
#!/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;"
|