From 5ab372609bffcc24ccae43c9a0081cc1723c56a3 Mon Sep 17 00:00:00 2001 From: Valeriy Manzhos <47538801+InvisibleRain@users.noreply.github.com> Date: Mon, 6 Apr 2026 15:13:05 +0300 Subject: [PATCH] Fix typo --- package-debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-debian.sh b/package-debian.sh index 356a5965..a262e4e1 100644 --- a/package-debian.sh +++ b/package-debian.sh @@ -575,7 +575,7 @@ set -e useradd --no-create-home --uid 785 --system v2rayn-core groupadd v2rayn # Users in this group are allowed to use TUN id -u 1000 && gpasswd -a $(id -un 1000) v2rayn -if [ ! -d /etc/iproute2/rt_tables]; then +if [ ! -d /etc/iproute2/rt_tables ]; then mkdir -p /etc/iproute2/ fi grep '^6418 ' /etc/iproute2/rt_tables || echo '6418 v2rayn-tun' >> /etc/iproute2/rt_tables