Silence rm warning if no DHCP server is used

This commit is contained in:
DL6ER 2017-01-23 15:06:36 +01:00
parent b3b7aae7d7
commit 6a89c6bf3b
No known key found for this signature in database
GPG key ID: BB8EC0BC77973A30

View file

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