From 974e1eab4ffed8517be43aca46253ae891759328 Mon Sep 17 00:00:00 2001 From: jfrocha Date: Fri, 17 Sep 2021 11:43:44 +0200 Subject: [PATCH] Typo --- vagrant/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index 9236e88..873b7f4 100644 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -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