mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 08:56:58 +02:00
fix resolvconf.sh
This commit is contained in:
parent
9be7d7c130
commit
98af20601f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user