mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Remove mention of SQLite from Mautrix Discord
Signed-off-by: magic_rb <richard@brezak.sk>
This commit is contained in:
parent
616ed24698
commit
83a038f961
|
@ -27,7 +27,6 @@
|
||||||
DATA_DIR="/var/lib/mautrix-discord"
|
DATA_DIR="/var/lib/mautrix-discord"
|
||||||
CONFIG_FILE="$DATA_DIR/config.yaml"
|
CONFIG_FILE="$DATA_DIR/config.yaml"
|
||||||
REGISTRATION_FILE="/var/lib/registrations/mautrix-discord.yaml"
|
REGISTRATION_FILE="/var/lib/registrations/mautrix-discord.yaml"
|
||||||
DB_FILE="$DATA_DIR/sqlite.db"
|
|
||||||
|
|
||||||
${getExe' pkgs.envsubst "envsubst"} < ${./mautrix-discord.yaml} > "$CONFIG_FILE"
|
${getExe' pkgs.envsubst "envsubst"} < ${./mautrix-discord.yaml} > "$CONFIG_FILE"
|
||||||
chmod 755 "$CONFIG_FILE"
|
chmod 755 "$CONFIG_FILE"
|
||||||
|
|
Loading…
Reference in a new issue