From 4103b3b6ec43114d2e0b978bb2151a6fec04988b Mon Sep 17 00:00:00 2001 From: Takashi Matsuo Date: Thu, 26 Apr 2018 18:25:45 -0700 Subject: [PATCH] Fixed stackdriver integration (#434) --- php-base/stackdriver-files/enable_stackdriver_integration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-base/stackdriver-files/enable_stackdriver_integration.sh b/php-base/stackdriver-files/enable_stackdriver_integration.sh index a88639c5..6f1a52f9 100755 --- a/php-base/stackdriver-files/enable_stackdriver_integration.sh +++ b/php-base/stackdriver-files/enable_stackdriver_integration.sh @@ -29,5 +29,5 @@ echo "Enabling stackdriver integration..." cp /stackdriver-files/batch-daemon.conf /etc/supervisor/conf.d php /stackdriver-files/enable_stackdriver_prepend.php \ - -a ${APP_DIR} + -a ${APP_DIR} \ -o ${PHP_DIR}/lib/conf.d/stackdriver-prepend.ini