mirror of https://github.com/zulip/zulip.git
install-aws-server: Fix usage output.
This commit is contained in:
parent
3e32102016
commit
ed0da5f874
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -xe
|
set -e
|
||||||
|
|
||||||
server=$1
|
server=$1
|
||||||
type=$2
|
type=$2
|
||||||
|
@ -21,7 +21,7 @@ if ! echo "$hostname" | grep -q zulip; then
|
||||||
echo "Hostname must have zulip in it."
|
echo "Hostname must have zulip in it."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
set -x
|
||||||
zulip_root=${ZULIP_ROOT:-$HOME/zulip}
|
zulip_root=${ZULIP_ROOT:-$HOME/zulip}
|
||||||
|
|
||||||
zulip_ssh_config_file="$HOME/.zulip-install-server.conf"
|
zulip_ssh_config_file="$HOME/.zulip-install-server.conf"
|
||||||
|
|
Loading…
Reference in New Issue