Skip to content

Commit 37be254

Browse files
committed
Update install.sh
1 parent 21d6244 commit 37be254

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

plugins/doh/install.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ Install_App()
5555
cd $serverPath/source/doh && tar -xjf $file_xz
5656
fi
5757

58-
if [ -f $file ];then
59-
mkdir -p $serverPath/doh
60-
mv $serverPath/source/doh/$file $serverPath/doh/doh
58+
if [ -f $serverPath/source/doh/doh-proxy ];then
59+
mv $serverPath/source/doh/doh-proxy/* $serverPath/doh
6160
fi
6261

6362

0 commit comments

Comments
 (0)