From a543e0a07637f747bbdd0c83a30a441a25cde503 Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Thu, 22 Apr 2021 23:16:22 +0200 Subject: [PATCH] Replaced hardcoded sharename by $ZMB_SHARE --- zmb-standalone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zmb-standalone.sh b/zmb-standalone.sh index 85ab941..a3077fd 100644 --- a/zmb-standalone.sh +++ b/zmb-standalone.sh @@ -25,7 +25,7 @@ smbpasswd -x $USER (echo $ZMB_ADMIN_PASS; echo $ZMB_ADMIN_PASS) | smbpasswd -a $USER cat << EOF >> /etc/samba/smb.conf -[share] +[$ZMB_SHARE] comment = Main Share path = /$LXC_SHAREFS_MOUNTPOINT/$ZMB_SHARE read only = No