Merge pull request #679 from davidvleung/master

Refine container name retrieval
This commit is contained in:
Mahmoud Zalt 2017-03-16 13:10:00 -04:00 committed by GitHub
commit 783c9321c9

View File

@ -4,7 +4,7 @@
# Grab full name of php-fpm container
PHP_FPM_CONTAINER=$(docker-compose ps | grep php-fpm | cut -d " " -f 1)
PHP_FPM_CONTAINER=$(docker ps | grep php-fpm | awk '{print $1}')
# Grab OS type