1
0
Fork 0
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:
Jérôme Lebleu 2016-05-10 22:57:07 +02:00
parent 07a37534f1
commit c32c8e895a

View file

@ -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 "$@")
}