release validation fixes

This commit is contained in:
Christer Edwards
2020-04-12 19:06:27 -06:00
parent 106c566c88
commit 945944feb4
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -479,6 +479,7 @@ fi
## check if interface is valid
if [ -n "${INTERFACE}" ]; then
validate_netif
validate_netconf
else
validate_netconf
fi