forked from bashclub/zamba-lxc-toolbox
Removed sudo command
This commit is contained in:
parent
9cfe6459c8
commit
85b60b7bd5
@ -36,7 +36,7 @@ cat << EOF >> /etc/samba/smb.conf
|
|||||||
shadow: delimiter = -20
|
shadow: delimiter = -20
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
sudo chmod -R 770 /$LXC_SHAREFS_MOUNTPOINT/$ZMB_SHARE
|
chmod -R 770 /$LXC_SHAREFS_MOUNTPOINT/$ZMB_SHARE
|
||||||
sudo chown -R '$ZMB_ADMIN_USER':root /$LXC_SHAREFS_MOUNTPOINT/$ZMB_SHARE
|
chown -R '$ZMB_ADMIN_USER':root /$LXC_SHAREFS_MOUNTPOINT/$ZMB_SHARE
|
||||||
|
|
||||||
systemctl restart smbd nmbd
|
systemctl restart smbd nmbd
|
||||||
|
Loading…
Reference in New Issue
Block a user