This commit is contained in:
2020-12-11 17:40:40 +01:00
parent 8896beab67
commit 2de9d5fe17

View File

@@ -83,7 +83,7 @@ if [ "$1" != '' ]; then
if [ "$READ_MASK" != '' ]; then
ZT_NETWORK_IP_LOCAL_ROUTE_MASK=$READ_MASK
else
echo -e "${RED}==> Please enter a vaild submask${NC}";
echo -e "${RED}==> Please enter a valid submask${NC}";
exit 1;
fi
else