[Bug 365141] Re: euca_conf: inelegant retrieval of eucalyptus' $HOME

2009-09-25 Thread Dustin Kirkland
** Changed in: eucalyptus Status: New => Fix Released ** Changed in: eucalyptus (Ubuntu) Status: New => Fix Released -- 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 S

[Bug 365141] Re: euca_conf: inelegant retrieval of eucalyptus' $HOME

2009-09-25 Thread Matt Zimmerman
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 re