Update TROUBLESHOOTING_DEVICE_COLLECTOR.md

This commit is contained in:
Jason Kulatunga
2022-06-14 21:41:22 -07:00
committed by GitHub
parent 145c819fc1
commit 8a1ae2ffa0
+1 -1
View File
@@ -205,7 +205,7 @@ apt update && apt install -y sqlite3
sqlite3 /opt/scrutiny/config/scrutiny.db
# reset/update the devices table, unset the failure status.
UPDATE devices SET device_status = null
UPDATE devices SET device_status = null;
# exit sqlite CLI
.exit