redirect output to /dev/null
This commit is contained in:
parent
408e0194d9
commit
29d0946ca6
1 changed files with 1 additions and 1 deletions
2
debian/config
vendored
2
debian/config
vendored
|
@ -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" ]
|
||||
|
|
Loading…
Reference in a new issue