core: 优化注释/代码

This commit is contained in:
bin456789
2023-10-22 19:07:12 +08:00
parent 4ce85719d4
commit 25ded1a10d
3 changed files with 93 additions and 46 deletions

View File

@ -87,7 +87,7 @@ done
# 等待 udhcpc 创建 /etc/resolv.conf
# 好像只有 dhcpv4 会创建 resolv.conf
if { $dhcpv4 || $dhcpv6_or_slaac; } && [ ! -e /etc/resolv.conf ]; then
echo "waiting for /etc/resolv.conf"
echo "Waiting for /etc/resolv.conf..."
sleep 5
fi