Small changes to follow name and quote style.

This commit is contained in:
Luke Bakken 2020-10-13 06:54:42 -07:00
parent 3811258de8
commit 7dabdd152e
No known key found for this signature in database
GPG Key ID: D99DE30E43EAE440
1 changed files with 2 additions and 2 deletions

View File

@ -20,9 +20,9 @@ main() {
elif current_user_is_root && calling_rabbitmq_plugins elif current_user_is_root && calling_rabbitmq_plugins
then then
run_script_as_rabbitmq "$@" run_script_as_rabbitmq "$@"
result=$? _result="$?"
maybe_fixup_erlang_cookie maybe_fixup_erlang_cookie
+ exit $result exit "$_result"
elif current_user_is_root elif current_user_is_root
then then
exec_script_as_root "$@" exec_script_as_root "$@"