fixed typo
This commit is contained in:
parent
02b8970c1c
commit
0e49d60994
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ chown docstore:docstore /var/docstore
|
||||||
# config
|
# config
|
||||||
cat <<EOF> /var/docstore/docstore.conf
|
cat <<EOF> /var/docstore/docstore.conf
|
||||||
{
|
{
|
||||||
"data_dir": "/var/docstore",
|
"run_dir": "/var/docstore",
|
||||||
"secret": "$(openssl rand -hex 32)"
|
"secret": "$(openssl rand -hex 32)"
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue