From 09ea0e0ba3c856659b7e11ba57edf1ad7a25422d Mon Sep 17 00:00:00 2001 From: Sean Summers Date: Mon, 5 Jan 2015 09:56:55 -0600 Subject: [PATCH] updated complete list of invalid share characters from http://support.microsoft.com/kb/236388 --- samba/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samba/setup.sh b/samba/setup.sh index 41a9e39..e2c22aa 100755 --- a/samba/setup.sh +++ b/samba/setup.sh @@ -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