mirror of https://github.com/zulip/zulip.git
install: On --express, check up front for --hostname and --email.
This commit is contained in:
parent
31ec9a4627
commit
8f4b7f6e1e
|
@ -72,6 +72,11 @@ if [ -n "$USE_CERTBOT" ] \
|
|||
usage
|
||||
fi
|
||||
|
||||
if [ -n "$EXPRESS_SETUP" ] \
|
||||
&& { [ -z "$EXTERNAL_HOST" ] || [ -z "$ZULIP_ADMINISTRATOR" ]; }; then
|
||||
usage
|
||||
fi
|
||||
|
||||
# Do set -x after option parsing is complete
|
||||
set -x
|
||||
|
||||
|
|
Loading…
Reference in New Issue