shyim / shopware

Shopware 6 Docker Image
https://hub.docker.com/r/shyim/shopware
MIT License
66 stars 13 forks source link

Typo in path `/var/www/shop/...` #99

Open renierG opened 1 year ago

renierG commented 1 year ago

https://github.com/shyim/shopware/blob/3622950fabd1ae3a64c7d061243c14490f719537/nginx/rootfs/etc/shopware/scripts/on-install/01-install-sw.sh#L5

morca commented 10 months ago

If you want 'de-DE' (or other locale as english) as default language (INSTALL_LOCALE) in shopware you have to correct this script. For example with: sed -i 's/var\/www\/shop\/bin\/console/var\/www\/html\/bin\/console/g' /etc/shopware/scripts/on-install/01-install-sw.sh