[DRE-commits] [gitlab] 03/04: redirect output to /dev/null

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Apr 3 09:25:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master-8.5
in repository gitlab.

commit 29d0946ca6701f182f2e7312364e395ef1a0d299
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Apr 3 12:02:39 2016 +0530

    redirect output to /dev/null
---
 debian/config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/config b/debian/config
index b65d6b3..efbbde2 100755
--- a/debian/config
+++ b/debian/config
@@ -15,7 +15,7 @@ db_input high gitlab/ssl || true
 db_go
 
 # Don't prompt for letsencrypt if not installed
-if command -v letsencrypt; then
+if command -v letsencrypt >/dev/null; then
   # Do you want Let's Encrypt?
   db_get gitlab/ssl
   if [ "${RET}" = "true" ]

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gitlab.git



More information about the Pkg-ruby-extras-commits mailing list