From a4b09ce0026d75d2bf056120e8aee6cfaec12aae Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Tue, 28 Jan 2020 23:23:37 +0800 Subject: [PATCH] luci-app-qbittorrent: fix bug --- package/lean/luci-app-qbittorrent/root/etc/init.d/qbittorrent | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/lean/luci-app-qbittorrent/root/etc/init.d/qbittorrent b/package/lean/luci-app-qbittorrent/root/etc/init.d/qbittorrent index 60f9c75c30..294c69273a 100755 --- a/package/lean/luci-app-qbittorrent/root/etc/init.d/qbittorrent +++ b/package/lean/luci-app-qbittorrent/root/etc/init.d/qbittorrent @@ -20,7 +20,7 @@ config_qbittorrent() sed -i 's/Downloads\\SavePath=[a-z,/]*//g' $2/qBittorrent/config/qBittorrent.conf echo "Downloads\SavePath=$download_dir" >> $2/qBittorrent/config/qBittorrent.conf else - cat >$2/qBittorrent/config/qBittorrent.conf<<-EOF + cat >$2/qBittorrent/config/qBittorrent.conf<