mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
configure-rabbitmq: Set -u, and not -x.
This commit is contained in:
@@ -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=()
|
||||
|
Reference in New Issue
Block a user