From e4632d7670141fd7c532e357a74dc3b3c1945bec Mon Sep 17 00:00:00 2001 From: HITSword Date: Thu, 5 Mar 2020 16:37:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: HITSword --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index fe48a5c..6d0583b 100644 --- a/install.sh +++ b/install.sh @@ -86,6 +86,9 @@ fi if [ ! -d "/usr/local/udptools/log" ]; then mkdir /usr/local/udptools/log fi +if [ ! -d "/usr/local/udptools/conf" ]; then + mkdir /usr/local/udptools/conf +fi echo "安装完成,请使用udptools脚本添加服务" echo "Udp2Raw BIN: /usr/local/udptools/bin/udp2raw"