mirror of
https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git
synced 2025-12-15 11:22:43 +03:00
Fix ephemeral network udhcpc call
This commit is contained in:
parent
45cc24696b
commit
0013a775c6
@ -157,7 +157,7 @@ init__set_ephemeral_network() {
|
||||
if [ -z "$iface" ]; then
|
||||
return
|
||||
fi
|
||||
$MOCK udhcpc -i "$iface" -f
|
||||
$MOCK udhcpc -i "$iface" -f -q
|
||||
}
|
||||
|
||||
init__set_default_interfaces() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user