Compare commits
2 Commits
b7dc9dc2a1
...
e219602518
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e219602518 | ||
|
|
7e805c2bb0 |
@ -1,7 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
_focalboardSqlite() {
|
||||
runFileOp docker exec -i focalboard-service sqlite3 /data/focalboard.db "$1" 2>&1
|
||||
# The compose mount is ./data:/opt/focalboard/data — focalboard writes its
|
||||
# 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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user