Update install.sh
This commit is contained in:
parent
c4646a7de6
commit
f45e6c885e
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue