diff --git a/scripts/lib/install b/scripts/lib/install index 7d0faa9c4f..9e74786531 100755 --- a/scripts/lib/install +++ b/scripts/lib/install @@ -16,7 +16,7 @@ EOF # Shell option parsing. Over time, we'll want to move some of the # environment variables below into this self-documenting system. -args="$(getopt -o '' --long help,self-signed-cert,certbot,hostname:,email: -n "$0" -- "$@")" +args="$(getopt -o '' --long help,self-signed-cert,certbot,hostname:,email:,express -n "$0" -- "$@")" eval "set -- $args" while true; do case "$1" in @@ -42,6 +42,10 @@ while true; do shift shift ;; + --express) # experimental, not documented + EXPRESS_SETUP=1 + shift + ;; --) shift break @@ -279,8 +283,9 @@ if [ -e "/var/run/supervisor.sock" ]; then chown zulip:zulip /var/run/supervisor.sock fi -set +x -cat <