From 318cc79b8ede3536ef9c6e4b7feeed2eea34e0dd Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 22 Jul 2020 19:53:02 +0800 Subject: [PATCH] Update install.sh --- plugins/qbittorrent/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/qbittorrent/install.sh b/plugins/qbittorrent/install.sh index 7c4c662d1..28aadc694 100755 --- a/plugins/qbittorrent/install.sh +++ b/plugins/qbittorrent/install.sh @@ -33,7 +33,8 @@ Install_linux_ffmpeg() if [ ! -d $serverPath/lib/ffmpeg ];then cd $serverPath/source && tar -xvf $serverPath/source/ffmpeg-release-amd64-static.tar.xz - mv ffmpeg-* $serverPath/lib/ffmpeg + mkdir -p $serverPath/lib/ffmpeg + mv ffmpeg-*/ $serverPath/lib/ffmpeg fi }