Artifact 0b200406e2cc7e331346be613842b578b6ec4ef8:
- Executable file tests/watch-monitor.sh — part of check-in [197e330a65] at 2014-02-18 16:58:45 on branch v1.60 — Moved setting of running state in servers table to slightly later in time in the hopes it will improve server startup reliablitity. (user: matt, size: 144) [annotate] [blame] [check-ins using]
#!/bin/bash if [ -e fullrun/db/monitor.db ];then sqlite3 fullrun/db/monitor.db << EOF .header on .mode column select * from servers; .q EOF fi