mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-10 17:12:39 +00:00
fix shell coding style
This commit is contained in:
parent
e7837c062f
commit
bfe62a538c
1 changed files with 1 additions and 1 deletions
|
@ -2521,7 +2521,7 @@ installRemoteModule() {
|
|||
docker-php-ext-enable --ini-name "xx-php-ext-$installRemoteModule_module.ini" apc
|
||||
;;
|
||||
blackfire)
|
||||
printf "extension=blackfire.so\nblackfire.agent_socket=tcp://blackfire:8307\n" > "$PHP_INI_DIR/conf.d/docker-php-ext-$installRemoteModule_module.ini"
|
||||
printf "extension=blackfire.so\nblackfire.agent_socket=tcp://blackfire:8307\n" >"$PHP_INI_DIR/conf.d/docker-php-ext-$installRemoteModule_module.ini"
|
||||
;;
|
||||
event)
|
||||
# event must be loaded after sockets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue