From ffe08ab8aa2d6fb9d37d155f2c371d74a5b23313 Mon Sep 17 00:00:00 2001 From: fiwswe <53953985+fiwswe@users.noreply.github.com> Date: Sat, 3 May 2025 00:55:40 +0200 Subject: [PATCH] Add command to delete the optional backup of the venv --- Installing-on-OpenBSD.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Installing-on-OpenBSD.md b/Installing-on-OpenBSD.md index cf356ef..1d221c2 100644 --- a/Installing-on-OpenBSD.md +++ b/Installing-on-OpenBSD.md @@ -133,7 +133,8 @@ Note: This also updates Radicale to the newest version. 4. Make any required changes to the configuration if the new version of Radicale requires any changes. 5. Start the Radicale service:\ `# rcctl start radicale3` -6. [Optional] Remove the backup created in step 2 when everything is working as expected. +6. [Optional] Remove the backup created in step 2 when everything is working as expected:\ +`# rm -rf /usr/local/lib/radicale-backup` # Other