From 08f03e31fd5b51d918888d2f42ecb87623646cfb Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 1 Mar 2012 19:49:28 +0000 Subject: [PATCH] supress message on --quiet --- script/noosfero-plugins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/noosfero-plugins b/script/noosfero-plugins index 153ccfb..f60c755 100755 --- a/script/noosfero-plugins +++ b/script/noosfero-plugins @@ -175,7 +175,7 @@ case "$command" in ;; esac -if [ "$needs_migrate" = 'true' ]; then +if [ "$needs_migrate" = 'true' ] && [ "$quiet" = 'false' ]; then cat <<-EOF ==================================================================== To finish the activation of the plugins you have just enabled, you -- libgit2 0.21.2