Compare commits

..

1 Commits

Author SHA1 Message Date
Vincent Riquer
0214e59715 Update schema 2025-03-16 01:51:12 +01:00

View File

@ -1,6 +1,6 @@
#!/bin/bash
openDatabase() {
[[ -f "$database" ]] && populate_db=1
[[ -f "$database" ]] || populate_db=1
rm -f "$tempdir"/sqlite.{in,out}
mkfifo "$tempdir"/sqlite.{in,out}
sqlite3 -bail "$database" \