Skip to content

Commit

Permalink
updated complete list of invalid share characters from http://support…
Browse files Browse the repository at this point in the history
  • Loading branch information
seansummers committed Jan 5, 2015
1 parent 99fd42a commit 09ea0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samba/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [ "$container" = "--start" ]; then
echo "add $vol"
export VOLUME=$vol

export VOLUME_NAME=$(echo "$VOLUME" | tr '[\/<>:"\\|?*]' '_')
export VOLUME_NAME=$(echo "$VOLUME" | tr '[\/<>:"\\|?*+;,=]' '_')

cat /share.tmpl | envsubst >> /etc/samba/smb.conf
done
Expand Down

0 comments on commit 09ea0e0

Please sign in to comment.