Wonderfall / dockerfiles

Discontinued. Fork at your will.
Creative Commons Zero v1.0 Universal
391 stars 170 forks source link

Fix quoting in nextcloud cli commands #251

Closed ekho closed 7 years ago

ekho commented 7 years ago

occ config:app:set --value="Name with spaces" theming name produces error:

[Symfony\Component\Console\Exception\RuntimeException]
Too many arguments.

this patch fixed it

ekho commented 7 years ago

@Wonderfall thx! Can you update images on docker hub?