We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d6244 commit 37be254Copy full SHA for 37be254
plugins/doh/install.sh
@@ -55,9 +55,8 @@ Install_App()
55
cd $serverPath/source/doh && tar -xjf $file_xz
56
fi
57
58
- if [ -f $file ];then
59
- mkdir -p $serverPath/doh
60
- mv $serverPath/source/doh/$file $serverPath/doh/doh
+ if [ -f $serverPath/source/doh/doh-proxy ];then
+ mv $serverPath/source/doh/doh-proxy/* $serverPath/doh
61
62
63
0 commit comments