SvenDowideit / dockerfiles

dockerfiles that I use
http://fosiki.com
MIT License
212 stars 59 forks source link

Remove Special Characters from sharename. #20

Closed krasi-georgiev closed 9 years ago

krasi-georgiev commented 9 years ago

windows cannot access share names with special characters

simonvanderveldt commented 9 years ago

Would it be an idea to run this command after the original sed command that removed the first / character instead of replacing it? Share names that start with an underscore look a bit ugly to me ;)

krasi-georgiev commented 9 years ago

Yes , you can make the change.

Later I will push another change with a better way to handle existing usernames.

From: Simon van der Veldt Sent: Sunday, January 11, 2015 12:01 PM To: SvenDowideit/dockerfiles Cc: vipconsult Subject: Re: [dockerfiles] Remove Special Characters from sharename. (#20)

Would it be an idea to run this command after the original sed command that removed the first / character instead of replacing it? Share names that start with an underscore look a bit ugly to me ;)

— Reply to this email directly or view it on GitHub.