Browse Source

[fix] Do not be quiet in occ commands

pull/4/head
Jérôme Lebleu 10 years ago
parent
commit
c32c8e895a
  1. 2
      scripts/_common.sh

2
scripts/_common.sh

@ -76,5 +76,5 @@ exec_occ() {
shift 2
(cd "$WORKDIR" && exec_as "$AS_USER" \
php occ --no-interaction --quiet --no-ansi "$@")
php occ --no-interaction --no-ansi "$@")
}
Loading…
Cancel
Save