redirect output to /dev/null

This commit is contained in:
Praveen Arimbrathodiyil 2016-04-03 12:02:39 +05:30
parent 408e0194d9
commit 29d0946ca6

2
debian/config vendored
View file

@ -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" ]