diff --git a/plugins/doh/install.sh b/plugins/doh/install.sh index 1ed30bd4f..c05ed9d73 100755 --- a/plugins/doh/install.sh +++ b/plugins/doh/install.sh @@ -54,9 +54,10 @@ Install_App() if [ -f $serverPath/source/doh/$file_xz ];then cd $serverPath/source/doh && tar -xjf $file_xz fi - + + + echo "mv $serverPath/source/doh/doh-proxy $serverPath/doh" if [ -f $serverPath/source/doh/doh-proxy ];then - echo "mv $serverPath/source/doh/doh-proxy $serverPath/doh" mv $serverPath/source/doh/doh-proxy $serverPath/doh fi