• Joshua Tauberer's avatar
    wrap wget in hide_output so that wget errors are shown · 6961840c
    Joshua Tauberer authored
    Our wget_verify function uses wget to download a file and then check
    the file's hash. If wget fails, i.e. because of a 404 or other HTTP
    or network error, we exited setup without displaying any output because
    normally there are no errors and -q keeps the setup output clean.
    
    Wrapping wget with our hide_output function, and dropping -q, captures
    wget's output and shows it and exits setup just if wget fails.
    
    see #1297
    6961840c
Name
Last commit
Last update
..
bootstrap.sh Loading commit data...
dkim.sh Loading commit data...
dns.sh Loading commit data...
firstuser.sh Loading commit data...
functions.sh Loading commit data...
mail-dovecot.sh Loading commit data...
mail-postfix.sh Loading commit data...
mail-users.sh Loading commit data...
management.sh Loading commit data...
migrate.py Loading commit data...
munin.sh Loading commit data...
network-checks.sh Loading commit data...
owncloud.sh Loading commit data...
preflight.sh Loading commit data...
questions.sh Loading commit data...
spamassassin.sh Loading commit data...
ssl.sh Loading commit data...
start.sh Loading commit data...
system.sh Loading commit data...
web.sh Loading commit data...
webmail.sh Loading commit data...
zpush.sh Loading commit data...