mirror of
https://gitlab.com/Snogard/kaido.git
synced 2025-06-25 02:13:00 +02:00
fixed samba conf path
This commit is contained in:
parent
a25d70001d
commit
bc1c17049a
@ -14,7 +14,7 @@ echo "Copy $srcCondigFile to $dstConfigFile"
|
||||
sudo cp $srcCondigFile $dstConfigFile
|
||||
|
||||
echo "Creating share folders"
|
||||
cat system/samba/smb.conf | grep -vi ";" | grep -vi "#" | grep -i "path =" > /tmp/smbpaths.txt
|
||||
cat /etc/samba/smb.conf | grep -vi ";" | grep -vi "#" | grep -i "path =" > /tmp/smbpaths.txt
|
||||
|
||||
while read path; do
|
||||
echo "Creating folder at ${path:7}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user