blob: a8ea07e0617e09cf2636dbb6ab5b3aaf73636891 (
plain)
1
2
3
4
5
6
|
! interimap --watch=60 || error
grep -Ex "DBI connect\(.*\) failed: unable to open database file at \./interimap line 172\." <"$STDERR" || error
test \! -e "$XDG_DATA_HOME/interimap/remote.db" || error
# vim: set filetype=sh :
|