FriendsOfShopware / shopware-cli

CLI for Shopware Account and Shopware 6
MIT License
81 stars 31 forks source link

Non existing cache directory occurs error #331

Closed jmatthiesen81 closed 5 months ago

jmatthiesen81 commented 5 months ago

In some cases it could be possible that the cache directory doesn't exist until the process of storing the authentication token, especially in docker images. This pull request checks if the directory exists and creates it, if it not exists.

shyim commented 5 months ago

thanks, pipeline is building a new version :)