configure-rabbitmq: Set -u, and not -x.

This commit is contained in:
Alex Vandiver 2021-12-17 00:39:34 +00:00
parent ece96c9729
commit 93a344fc3c
1 changed files with 1 additions and 2 deletions

View File

@ -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=()