Skip to content

Commit

Permalink
NXCT-548: install all packages at the same time
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarsique committed Mar 8, 2021
1 parent 321756e commit 9b671b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 10.10/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ EOF
for f in /docker-entrypoint-initnuxeo.d/*; do
case "$f" in
*.sh) echo "$0: running $f"; . "$f" ;;
*.zip) echo "$0: installing Nuxeo package $f"; nuxeoctl mp-install $f ${NUXEO_MPINSTALL_OPTIONS} --accept=true ;;
*.zip) echo "$0: Adding Nuxeo package to install $f"; NUXEO_PACKAGES="$NUXEO_PACKAGES $f" ;;
*.clid) echo "$0: copying clid to $NUXEO_DATA"; cp $f $NUXEO_DATA/ ;;
# Special case for nuxeo.conf handled above, don't log
*nuxeo.conf) ;;
Expand Down

0 comments on commit 9b671b6

Please sign in to comment.