upping the char limit by 1
This commit is contained in:
parent
0d20e9c028
commit
54b08d2f38
|
@ -2,7 +2,7 @@
|
||||||
set -Eeuo pipefail
|
set -Eeuo pipefail
|
||||||
IFACE=$1
|
IFACE=$1
|
||||||
|
|
||||||
if [ ${#IFACE} -gt 14 ]; then
|
if [ ${#IFACE} -gt 15 ]; then
|
||||||
echo "interface name too long, mac 14 char: $IFACE"
|
echo "interface name too long, mac 14 char: $IFACE"
|
||||||
exit 10
|
exit 10
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue