install-aws-server: Fix usage output.

This commit is contained in:
Tim Abbott 2016-07-20 21:33:16 -07:00 committed by Tim Abbott
parent 3e32102016
commit ed0da5f874
1 changed files with 2 additions and 2 deletions

View File

@ -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"