Differences From Artifact [0b200406e2]:
- 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]
To Artifact [b68f1ca512]:
- Executable file tests/watch-monitor.sh — part of check-in [8f59526787] at 2014-02-25 20:53:20 on branch v1.60 — Added some missing checks for deleted in queries for runs (user: matt, size: 169) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 | - + | #!/bin/bash if [ -e fullrun/db/monitor.db ];then sqlite3 fullrun/db/monitor.db << EOF .header on .mode column |