diff --git a/composer.bash b/composer.bash index cae45e1..d63f314 100755 --- a/composer.bash +++ b/composer.bash @@ -2,7 +2,7 @@ # Icinga Web 2 Docker image | (c) 2020 Icinga GmbH | GPLv2+ set -exo pipefail -for d in icingaweb2 icinga-php/* icingaweb2/modules/*; do +for d in icingaweb2 icingaweb2/modules/*; do pushd "$d" if [ -e composer.json ]; then