Good idea! Opened https://issues.apache.org/jira/browse/AMQ-3317 to track.
Regards, Hiram FuseSource Web: http://fusesource.com/ Connect at CamelOne May 24-26 The Open Source Integration Conference On Thu, May 12, 2011 at 6:54 AM, Lionel Cons <[email protected]> wrote: > Hiram, > > If the $APOLLO_USER runs apollo-service-broker, the script will > attempt to use sudo anyway. > > I would suggest to replace: > > if [ -z "$APOLLO_USER" ] ; then > > by something like: > > if [ -z "$APOLLO_USER" -a `id -un` != "$APOLLO_USER" ] ; then > > Cheers, > > Lionel >
