Skip to content

Commit

Permalink
Update mtproxy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ellermister committed Feb 2, 2020
1 parent de1fe95 commit 3769fff
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mtproxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ function pid_exists(){
}

install(){
cd $WORKDIR
if [ ! -d "./pid" ];then
mkdir "./pid"
fi

exit;
if check_sys packageManager yum; then
yum install -y openssl-devel zlib-devel
yum groupinstall -y "Development Tools"
Expand All @@ -77,7 +83,6 @@ install(){
}



config_mtp(){
cd $WORKDIR
while true
Expand Down

0 comments on commit 3769fff

Please sign in to comment.