diff --git a/bitnami/php-fpm/test.sh b/bitnami/php-fpm/test.sh index 238e9bd1c939..51b4998110c1 100644 --- a/bitnami/php-fpm/test.sh +++ b/bitnami/php-fpm/test.sh @@ -82,6 +82,7 @@ EOF" # files expected in conf volume run container_exec default ls -la $VOL_PREFIX/conf/ [[ "$output" =~ "php-fpm.conf" ]] + [[ "$output" =~ "php.ini" ]] # files expected in logs volume run container_exec default ls -la $VOL_PREFIX/conf/ $VOL_PREFIX/logs/