Commit 08f03e31fd5b51d918888d2f42ecb87623646cfb
1 parent
72ec3843
Exists in
master
and in
28 other branches
supress message on --quiet
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
script/noosfero-plugins
... | ... | @@ -175,7 +175,7 @@ case "$command" in |
175 | 175 | ;; |
176 | 176 | esac |
177 | 177 | |
178 | -if [ "$needs_migrate" = 'true' ]; then | |
178 | +if [ "$needs_migrate" = 'true' ] && [ "$quiet" = 'false' ]; then | |
179 | 179 | cat <<-EOF |
180 | 180 | ==================================================================== |
181 | 181 | To finish the activation of the plugins you have just enabled, you | ... | ... |