This particular instance is fixed:

# we may need the location of the ssh key for eucalyptus
EUCA_HOME="`getent passwd eucalyptus|cut -f 6 -d ':'`"
if [ -f "${EUCA_HOME}/.ssh/id_rsa.pub" ]; then
        SSHKEY=`cat ${EUCA_HOME}/.ssh/id_rsa.pub`
else
        SSHKEY=""
fi

-- 
euca_conf: inelegant retrieval of eucalyptus' $HOME
https://bugs.launchpad.net/bugs/365141
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to