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

This commit is contained in:
Alex Vandiver
2021-12-17 00:39:34 +00:00
parent ffc1f81cde
commit c087ed4c26

View File

@@ -2,8 +2,7 @@
# #
# Delete the "guest" default user and replace it with a Zulip user # Delete the "guest" default user and replace it with a Zulip user
# with a real password # with a real password
set -e set -eu
set -x
if [ "$EUID" -eq 0 ]; then if [ "$EUID" -eq 0 ]; then
sudo=() sudo=()