Skip to content

Commit c4646a7

Browse files
committed
Update install.sh
1 parent 37be254 commit c4646a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/doh/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ Install_App()
5656
fi
5757

5858
if [ -f $serverPath/source/doh/doh-proxy ];then
59-
mv $serverPath/source/doh/doh-proxy/* $serverPath/doh
59+
echo "mv $serverPath/source/doh/doh-proxy $serverPath/doh"
60+
mv $serverPath/source/doh/doh-proxy $serverPath/doh
6061
fi
6162

6263

0 commit comments

Comments
 (0)