Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0-beta2
-
None
Description
Lionel Cons posted to the dev list:
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