fix: Exclude Podman IP range
This commit is contained in:
parent
ec2bfd536a
commit
0a3d6d2868
1 changed files with 1 additions and 1 deletions
|
|
@ -333,7 +333,7 @@ if [[ "$DHCP" == [Yy1]* ]]; then
|
|||
|
||||
else
|
||||
|
||||
if [[ "$GATEWAY" != "172."* ]]; then
|
||||
if [[ "$GATEWAY" != "172."* ]] && [[ "$GATEWAY" != "10."* ]]; then
|
||||
! checkOS && exit 19
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue