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 37be254 commit c4646a7Copy full SHA for c4646a7
plugins/doh/install.sh
@@ -56,7 +56,8 @@ Install_App()
56
fi
57
58
if [ -f $serverPath/source/doh/doh-proxy ];then
59
- mv $serverPath/source/doh/doh-proxy/* $serverPath/doh
+ echo "mv $serverPath/source/doh/doh-proxy $serverPath/doh"
60
+ mv $serverPath/source/doh/doh-proxy $serverPath/doh
61
62
63
0 commit comments