Skip to content

Commit 3720c0e

Browse files
committed
Update phpfpm-foreground
Fix xdebug
1 parent d194d72 commit 3720c0e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

php-5.5/phpfpm-foreground

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,2 @@
11
#!/bin/bash
2-
set -e
3-
xdebug.remote_port=9004 \n\
4-
xdebug.remote_host=X.X.X.X \n\
5-
6-
echo -e "xdebug.remote_port=9004 \n\
7-
xdebug.remote_host=X.X.X.X" >> /usr/local/etc/php/conf.d/xdebug.ini ;
8-
9-
exec php-fpm
2+
exec php-fpm

0 commit comments

Comments
 (0)