mirror of https://github.com/zulip/zulip.git
configure-rabbitmq: Set -u, and not -x.
This commit is contained in:
parent
ece96c9729
commit
93a344fc3c
|
@ -2,8 +2,7 @@
|
|||
#
|
||||
# Delete the "guest" default user and replace it with a Zulip user
|
||||
# with a real password
|
||||
set -e
|
||||
set -x
|
||||
set -eu
|
||||
|
||||
if [ "$EUID" -eq 0 ]; then
|
||||
sudo=()
|
||||
|
|
Loading…
Reference in New Issue