diff --git a/scripts/_common.sh b/scripts/_common.sh index 7c09e0f..a4ff0bb 100644 --- a/scripts/_common.sh +++ b/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 "$@") }