Commit f7d91525 authored by Pulkit Sood's avatar Pulkit Sood Committed by Bo-Yi Wu

xdebugPhpFpm permission denied fix (#587)

* xdebugPhpFpm permission denied fix

* xdebugPhpFpm might not have execution access when cloned. This
addition to readme helps tell the user why he got Permission Denied and
what can be done to fix it.

* Fix doesn't spelling, remove newline

* This is fixup for `38e26c3`.
parent 8f44a080
......@@ -794,6 +794,7 @@ To control the behavior of xDebug (in the `php-fpm` Container), you can run the
- Start xDebug by default: `./xdebugPhpFpm start`.
- See the status: `./xdebugPhpFpm status`.
Note: If `./xdebugPhpFpm` doesn't execute and gives `Permission Denied` error the problem can be that file `xdebugPhpFpm` doesn't have execution access. This can be fixed by running `chmod` command with desired access permissions.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment