mirror of
https://github.com/bashclub/zamba-lxc-toolbox.git
synced 2025-10-28 06:32:27 +01:00
fix folder creation
This commit is contained in:
@@ -102,7 +102,9 @@ systemctl restart winbind nmbd
|
|||||||
wbinfo -u
|
wbinfo -u
|
||||||
wbinfo -g
|
wbinfo -g
|
||||||
|
|
||||||
for SHARE in "${ZMB_SHARES_ARRAY[@]}"
|
unset ZMB_SHARE
|
||||||
|
|
||||||
|
for ZMB_SHARE in "${ZMB_SHARES_ARRAY[@]}"
|
||||||
do
|
do
|
||||||
mkdir -p /$LXC_SHAREFS_MOUNTPOINT/$ZMB_SHARE
|
mkdir -p /$LXC_SHAREFS_MOUNTPOINT/$ZMB_SHARE
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user