pull/413/head
Cédric Bonhomme 2021-09-27 13:43:47 +02:00
commit a1e6672ec6
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ do
done
echo -e "\n--- Configuring Xdebug for development ---\n"
sudo bash -c cat "<< EOF > $XDEBUG_CFG
sudo bash -c "cat << EOF > $XDEBUG_CFG
zend_extension=xdebug.so
xdebug.remote_enable=1
xdebug.remote_connect_back=1