s7evin
Results
2
comments of
s7evin
Any clue how to solve it? I'm running it on Windows 10 and I'm getting the same issue/output. Thx!
Solution here: https://github.com/CodelyTV/php-ddd-example/issues/214 Removing BOM and CRs: ``` sed -i '1s/^.*#//;s/\r$//' etc/infrastructure/php/extensions/rabbitmq.sh sed -i '1s/^.*#//;s/\r$//' etc/infrastructure/php/extensions/xdebug.sh ``` Worked for me!