Silence rm warning if no DHCP server is used

pull/1164/head
DL6ER 7 years ago
parent b3b7aae7d7
commit 6a89c6bf3b
No known key found for this signature in database
GPG Key ID: BB8EC0BC77973A30

@ -249,7 +249,7 @@ ra-param=*,0,0
fi
else
rm "${dhcpconfig}"
rm "${dhcpconfig}" &> /dev/null
fi
}

Loading…
Cancel
Save