1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-04 00:17:06 +00:00

change comment

This commit is contained in:
downtownallday 2020-11-05 16:33:44 -05:00
parent 68ac593d7f
commit 87142fb194

View File

@ -66,13 +66,13 @@ echo "EXITCODE: $rc"
SH SH
end end
# unsetvars: because miab sets bash '-e' to fail the any setup # unsetvars: because miab sets bash '-e' to fail any setup script
# script when any script command returns a non-zero exit code, and # when a script command returns a non-zero exit code, and more
# more importantly '-u' which fails the script when any unset # importantly '-u' which fails scripts when any unset variable is
# variable is accessed, this definition sets a minimal number of # accessed, this definition sets a minimal number of environment
# environment variables prior to running start.sh. Doing so will # variables prior to running start.sh. Doing so will test that no
# test that no failures occur during setup in the most common use # failures occur during setup in the most common use case because
# case because other vagrant definitions in this file load # other vagrant definitions in this file load
# tests/system-setup/setup-default.sh, which pre-assign a value to # tests/system-setup/setup-default.sh, which pre-assign a value to
# most variables. # most variables.