pull/413/head
jfrocha 2021-09-17 11:43:44 +02:00
parent f0afdc83f8
commit 974e1eab4f
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