fix shell coding style

pull/415/head
Laurent Laville 2021-08-11 10:56:10 +02:00
parent e7837c062f
commit bfe62a538c
1 changed files with 1 additions and 1 deletions

View File

@ -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