mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
[fix] Do not be quiet in occ commands
This commit is contained in:
parent
07a37534f1
commit
c32c8e895a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue