fix: SLAVEIF check

master
kvaps 2017-12-22 13:51:32 +01:00
parent 667280fb79
commit eefca50861
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ if ([ ! -z "$VLAN" ] || [ ! -z "$IFACE" ]) && [ "$CHECK_SLAVES" == 1 ]; then
if [ ! -z "$VLAN" ]; then
SLAVEIF="$IFACE.$VLAN"
elif [ ! -z "$VLAN" ]; then
else
SLAVEIF="$IFACE"
fi