mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 12:03:46 +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 | # 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=() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user