From 9537faaaab70c17f2a06a44457b364b5a34078ee Mon Sep 17 00:00:00 2001 From: Stefan Rutzmoser <7551295+redhawk07@users.noreply.github.com> Date: Thu, 16 Oct 2025 21:29:24 +0200 Subject: [PATCH] Update README --- conf/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/README.md b/conf/README.md index 9bbbfb3..0d03fba 100644 --- a/conf/README.md +++ b/conf/README.md @@ -153,10 +153,10 @@ ZMB_ADMIN_PASS='Start!123' ``` Please use 'single quotation marks' to avoid unexpected behaviour. `zmb-ad` domain administrator has to meet the password complexity policy, if password is too weak, domain provisioning will fail. -### ZMB_SHARE -Defines the name of your Zamba share +### ZMB_SHARES +Defines the names of your Zamba shares ```bash -ZMB_SHARE="share" +ZMB_SHARES="share1,share2" ```