Compare commits
No commits in common. "e219602518ec04a7c573ddceb74f850c543d5459" and "b7dc9dc2a1213b5089669ed5b017ea541adc0d40" have entirely different histories.
e219602518
...
b7dc9dc2a1
@ -1,10 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
_focalboardSqlite() {
|
_focalboardSqlite() {
|
||||||
# The compose mount is ./data:/opt/focalboard/data — focalboard writes its
|
runFileOp docker exec -i focalboard-service sqlite3 /data/focalboard.db "$1" 2>&1
|
||||||
# sqlite db at /opt/focalboard/data/focalboard.db, so the auth tools must
|
|
||||||
# reach it there (the bare /data inside the container isn't mounted).
|
|
||||||
runFileOp docker exec -i focalboard-service sqlite3 /opt/focalboard/data/focalboard.db "$1" 2>&1
|
|
||||||
}
|
}
|
||||||
|
|
||||||
_focalboardBcrypt() {
|
_focalboardBcrypt() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user