From f95bf68b11564b2dbaafaf3f104d82d66f8cf2a0 Mon Sep 17 00:00:00 2001 From: chauncey Date: Sun, 2 Feb 2020 20:49:55 +0800 Subject: [PATCH] Update mtproxy.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 首次运行增加编译安装 --- mtproxy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mtproxy.sh b/mtproxy.sh index f48171c..c53da59 100644 --- a/mtproxy.sh +++ b/mtproxy.sh @@ -73,6 +73,7 @@ install(){ cd MTProxy make && cd objs/bin cp -f $WORKDIR/MTProxy/objs/bin/mtproto-proxy $WORKDIR + cd $WORKDIR } @@ -234,6 +235,7 @@ else if [ ! -f "$WORKDIR/mtp_config" ];then echo "MTProxyTLS一键安装运行绿色脚本" echo "=================================" + install config_mtp run_mtp else