diff --git a/scripts/install_openbsd.sh b/scripts/install_openbsd.sh index 2280c7a..a49a706 100755 --- a/scripts/install_openbsd.sh +++ b/scripts/install_openbsd.sh @@ -25,7 +25,7 @@ chown docstore:docstore /var/docstore # config cat < /var/docstore/docstore.conf { - "data_dir": "/var/docstore", + "run_dir": "/var/docstore", "secret": "$(openssl rand -hex 32)" } EOF