michaelmob / docker-funkwhale

All-in-one funkwhale docker image.
92 stars 18 forks source link

Fix glob handling in manage script #18

Closed agateblue closed 5 years ago

agateblue commented 5 years ago

This is the cause of https://dev.funkwhale.audio/funkwhale/funkwhale/issues/690, where running the manage script with arguments containing globs (like music/*.mp3) would unpack glob match instead of passing the glob to the funkwhale script, causing breakage and unexpected behaviours :)

Adding the quotes seems to be backward compatible AND solve the issue.