Skip to content

Commit

Permalink
Merge pull request #21 from seansummers/master
Browse files Browse the repository at this point in the history
updated complete list of invalid share characters
  • Loading branch information
SvenDowideit committed Jan 6, 2015
2 parents 99fd42a + 09ea0e0 commit a1f2498
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 a1f2498

Please sign in to comment.