From 0e49d60994c7ccd15088bf1bb107440ec69c29a6 Mon Sep 17 00:00:00 2001 From: ston1th Date: Sun, 5 May 2019 00:07:31 +0200 Subject: [PATCH] fixed typo --- scripts/install_openbsd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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