We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d141e67 commit 21d6244Copy full SHA for 21d6244
plugins/doh/install.sh
@@ -52,7 +52,7 @@ Install_App()
52
fi
53
54
if [ -f $serverPath/source/doh/$file_xz ];then
55
- cd $serverPath/source/doh && xz -k -d $file_xz
+ cd $serverPath/source/doh && tar -xjf $file_xz
56
57
58
if [ -f $file ];then
0 commit comments