install_linux fix typo

This commit is contained in:
ston1th 2019-08-27 19:21:00 +02:00
commit 1fdacd8a93

View file

@ -8,7 +8,7 @@ cat <<EOF> /etc/docstore/docstore.conf
{ {
"run_dir": "/var/lib/docstore", "run_dir": "/var/lib/docstore",
"listen_addr": "0.0.0.0:8080", "listen_addr": "0.0.0.0:8080",
"secret": "$(openssl rand -hex 32)" "secret": "$(openssl rand -hex 32)",
"langs": ["deu"], "langs": ["deu"],
"cmd_timeout": 6000, "cmd_timeout": 6000,
"debug": true "debug": true