mirror of
https://git.bashclub.org/bashclub/zamba-lxc-toolbox.git
synced 2025-07-30 23:54:54 +02:00
Removed sudo command
This commit is contained in:
parent
9cfe6459c8
commit
85b60b7bd5
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ cat << EOF >> /etc/samba/smb.conf
|
|||
shadow: delimiter = -20
|
||||
EOF
|
||||
|
||||
sudo chmod -R 770 /$LXC_SHAREFS_MOUNTPOINT/$ZMB_SHARE
|
||||
sudo chown -R '$ZMB_ADMIN_USER':root /$LXC_SHAREFS_MOUNTPOINT/$ZMB_SHARE
|
||||
chmod -R 770 /$LXC_SHAREFS_MOUNTPOINT/$ZMB_SHARE
|
||||
chown -R '$ZMB_ADMIN_USER':root /$LXC_SHAREFS_MOUNTPOINT/$ZMB_SHARE
|
||||
|
||||
systemctl restart smbd nmbd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue