mailinabox/setup
Joshua Tauberer 711db9352c bootstrap: apt was mangling stdin
When executed "cat bootstrap.sh | bash", apt-get mangled stdin. The script would terminate at the end of the if block containing apt-get (that seems to be as much as bash read from the pipe) and the remainder of the script was output to the console. This was very weird.

Ensuring that apt-get and git have their stdins redirected from /dev/null seems to fix the problem.

see #224
2014-10-05 13:40:12 -04:00
..
bootstrap.sh bootstrap: apt was mangling stdin 2014-10-05 13:40:12 -04:00
csr_country_codes.tsv when asking for a CSR country code, give the user a list 2014-08-21 17:28:04 +00:00
dkim.sh more work on making the bash scripts readable 2014-10-04 17:57:26 -04:00
dns.sh more work on making the bash scripts readable 2014-10-04 17:57:26 -04:00
firstuser.sh move the user-interactive questions and other parts of start.sh into new files 2014-08-25 08:09:37 -04:00
functions.sh generate the locales before change to it. 2014-10-02 11:05:42 +00:00
mail-dovecot.sh more work on making the bash scripts readable 2014-10-04 17:57:26 -04:00
mail-postfix.sh more work on making the bash scripts readable 2014-10-04 17:57:26 -04:00
mail-users.sh more work on making the bash scripts readable 2014-10-04 17:57:26 -04:00
management.sh show the status of backups in the control panel 2014-09-01 13:06:53 +00:00
migrate.py dnssec: use RSASHA256 keys for .email domains 2014-10-04 17:29:42 +00:00
network-checks.sh install network-checks's dependencies 2014-09-07 12:29:23 +00:00
owncloud.sh more readable bash 2014-09-21 16:05:11 -04:00
preflight.sh put a start script at /usr/local/bin/mailinabox 2014-09-22 16:37:12 -04:00
questions.sh put a start script at /usr/local/bin/mailinabox 2014-09-22 16:37:12 -04:00
spamassassin.sh more work on making the bash scripts readable 2014-10-04 17:57:26 -04:00
ssl.sh more work on making the bash scripts readable 2014-10-04 17:57:26 -04:00
start.sh replace '.' with 'source' 2014-10-04 14:05:06 -04:00
system.sh more work on making the bash scripts readable 2014-10-04 17:57:26 -04:00
web.sh remove apache before installing nginx, see #224 2014-10-05 09:01:20 -04:00
webmail.sh more work on making the bash scripts readable 2014-10-04 17:57:26 -04:00
zpush.sh the latest z-push introduces a new/second USE_FULLEMAIL_FOR_LOGIN parameter 2014-09-24 12:24:35 +00:00