From f45e6c885e367a97f7bfc6de73c24a0c30869fda Mon Sep 17 00:00:00 2001 From: dami Date: Sat, 29 Nov 2025 14:29:17 +0800 Subject: [PATCH] Update install.sh --- plugins/doh/install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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