From e224da7923c9ee7d81df8dac870026611618fd0c Mon Sep 17 00:00:00 2001 From: fiwswe <53953985+fiwswe@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:35:55 +0200 Subject: [PATCH] Missing prompt --- Installing-on-OpenBSD-7.6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installing-on-OpenBSD-7.6.md b/Installing-on-OpenBSD-7.6.md index c7d0ad3..ef8dd64 100644 --- a/Installing-on-OpenBSD-7.6.md +++ b/Installing-on-OpenBSD-7.6.md @@ -38,7 +38,7 @@ filesystem_folder = /var/db/radicale/collections Of course you will probably want to add your own configuration settings to this file as well. 8. Create the storage location and set its owner/group to the user/group created above:\ -`mkdir /var/db/radicale;chown _radicale:_radicale /var/db/radicale` +`# mkdir /var/db/radicale;chown _radicale:_radicale /var/db/radicale` 9. Create an [rc.d(8)](https://man.openbsd.org/rc.d) service script for Radicale as `/etc/rc.d/radicale3` and make it executable: ```sh #!/bin/ksh