fixed typo

This commit is contained in:
ston1th 2019-05-05 00:07:31 +02:00
commit 0e49d60994

View file

@ -25,7 +25,7 @@ chown docstore:docstore /var/docstore
# config
cat <<EOF> /var/docstore/docstore.conf
{
"data_dir": "/var/docstore",
"run_dir": "/var/docstore",
"secret": "$(openssl rand -hex 32)"
}
EOF