fix shell coding style

This commit is contained in:
Laurent Laville 2021-08-11 10:56:10 +02:00
parent e7837c062f
commit bfe62a538c

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