Skip to content

Commit

Permalink
samba.sh fix #286
Browse files Browse the repository at this point in the history
  • Loading branch information
David Personette committed Mar 20, 2020
1 parent 631790a commit 9a8de2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samba.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ share() { local share="$1" path="$2" browsable="${3:-yes}" ro="${4:-yes}" \
echo " browsable = $browsable" >>$file
echo " read only = $ro" >>$file
echo " guest ok = $guest" >>$file
[[ $VETO == no ]] || {
[[ ${VETO:-yes} == no ]] || {
echo -n " veto files = /._*/.apdisk/.AppleDouble/.DS_Store/" >>$file
echo -n ".TemporaryItems/.Trashes/desktop.ini/ehthumbs.db/" >>$file
echo "Network Trash Folder/Temporary Items/Thumbs.db/" >>$file
Expand Down

0 comments on commit 9a8de2e

Please sign in to comment.