fix resolvconf.sh

This commit is contained in:
Alex Polvi 2013-10-13 19:38:54 -07:00
parent 9be7d7c130
commit 98af20601f

View File

@ -2,7 +2,7 @@
OEM_DIR="/usr/share/oem" OEM_DIR="/usr/share/oem"
CONF=$OEM_DIR/nova-agent/etc/resolv.conf CONF=$OEM_DIR/nova-agent/etc/resolv.conf
while [ ! -e ${SSH_CONF} ]; do while [ ! -e ${CONF} ]; do
echo waiting... echo waiting...
sleep .1 sleep .1
done done