Update install.sh

This commit is contained in:
dami 2025-11-29 14:29:17 +08:00
parent c4646a7de6
commit f45e6c885e
1 changed files with 3 additions and 2 deletions

View File

@ -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