mirror of
https://git.bashclub.org/bashclub/zamba-lxc-toolbox.git
synced 2025-07-12 23:44:22 +02:00
Changed quotation in chown command
This commit is contained in:
parent
d7c2571884
commit
6a0aa0a712
1 changed files with 1 additions and 1 deletions
|
@ -38,6 +38,6 @@ EOF
|
|||
|
||||
mkdir -p /$LXC_SHAREFS_MOUNTPOINT/$ZMB_SHARE
|
||||
chmod -R 770 /$LXC_SHAREFS_MOUNTPOINT/$ZMB_SHARE
|
||||
chown -R '$USER':root /$LXC_SHAREFS_MOUNTPOINT/$ZMB_SHARE
|
||||
chown -R $USER:root /$LXC_SHAREFS_MOUNTPOINT/$ZMB_SHARE
|
||||
|
||||
systemctl restart smbd nmbd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue