mirror of
https://github.com/maubot/maubot.git
synced 2024-10-01 01:06:10 -04:00
Add missing parameter to yq command
This commit is contained in:
parent
26c1d6571c
commit
a1a00ff655
@ -21,7 +21,7 @@ function fixconfig {
|
||||
fixdefault '.plugin_directories.db' './dbs' '/data/dbs'
|
||||
fixdefault '.logging.handlers.file.filename' './maubot.log' '/var/log/maubot.log'
|
||||
# This doesn't need to be configurable
|
||||
yq e -i '.server.override_resource_path = "/opt/maubot/frontend"'
|
||||
yq e -i '.server.override_resource_path = "/opt/maubot/frontend"' /data/config.yaml
|
||||
}
|
||||
|
||||
cd /opt/maubot
|
||||
|
Loading…
Reference in New Issue
Block a user