1
0
鏡像自 https://github.com/mail-in-a-box/mailinabox.git 已同步 2026-03-16 17:47:23 +01:00

Merge pull request #654 from ChlorideCull/cull-fix-typo

Fix miscellaneous typos in comments
此提交包含在:
Joshua Tauberer
2016-01-03 10:53:25 -05:00
當前提交 5ae75e723c

查看文件

@@ -3,9 +3,9 @@ if [ -z "$NONINTERACTIVE" ]; then
# this was being able to ask the user for input even if stdin has been redirected,
# e.g. if we piped a bootstrapping install script to bash to get started. In that
# case, the nifty '[ -t 0 ]' test won't work. But with Vagrant we must suppress so we
# use a shell flag instead. Really supress any output from installing dialog.
# use a shell flag instead. Really suppress any output from installing dialog.
#
# Also install depencies needed to validate the email address.
# Also install dependencies needed to validate the email address.
if [ ! -f /usr/bin/dialog ] || [ ! -f /usr/bin/python3 ] || [ ! -f /usr/bin/pip3 ]; then
echo Installing packages needed for setup...
apt-get -q -q update