mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2025-01-23 06:11:45 +01:00
fix shell coding style
This commit is contained in:
parent
e7837c062f
commit
bfe62a538c
@ -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…
x
Reference in New Issue
Block a user