Merge pull request #515 from cosmospham/master
fix syntax in xdebugPhpFpm
This commit is contained in:
commit
978dd425b9
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
|
|
||||||
# Grab full name of php-fpm container
|
# Grab full name of php-fpm container
|
||||||
PHP_FPM_CONTAINER=$(docker-compose ps | grep php-fpm | cut -d" " -f 1)
|
PHP_FPM_CONTAINER=$(docker-compose ps | grep php-fpm | cut -d " " -f 1)
|
||||||
|
|
||||||
|
|
||||||
# Grab OS type
|
# Grab OS type
|
||||||
|
Loading…
Reference in New Issue
Block a user