Small changes to follow name and quote style.
This commit is contained in:
parent
3811258de8
commit
7dabdd152e
|
@ -20,9 +20,9 @@ main() {
|
|||
elif current_user_is_root && calling_rabbitmq_plugins
|
||||
then
|
||||
run_script_as_rabbitmq "$@"
|
||||
result=$?
|
||||
_result="$?"
|
||||
maybe_fixup_erlang_cookie
|
||||
+ exit $result
|
||||
exit "$_result"
|
||||
elif current_user_is_root
|
||||
then
|
||||
exec_script_as_root "$@"
|
||||
|
|
Loading…
Reference in New Issue