Skip to content

Commit

Permalink
Merge branch 'rabbitmq-server-129' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbbell committed May 7, 2015
2 parents d91b774 + f678ab5 commit 18fcb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/common/rabbitmq-script-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ elif [ `id -u` = `id -u rabbitmq` -o "$SCRIPT" = "rabbitmq-plugins" ] ; then
fi
exec /usr/lib/rabbitmq/bin/${SCRIPT} "$@"
elif [ `id -u` = 0 ] ; then
exec @SU_RABBITMQ_SH_C@ "/usr/lib/rabbitmq/bin/${SCRIPT} ${CMDLINE}"
@SU_RABBITMQ_SH_C@ "/usr/lib/rabbitmq/bin/${SCRIPT} ${CMDLINE}"
else
/usr/lib/rabbitmq/bin/${SCRIPT}
echo
Expand Down

0 comments on commit 18fcb1a

Please sign in to comment.