From 17ccfa6d347cc45dfeaac09573e01d798202e14a Mon Sep 17 00:00:00 2001 From: gilbN <24592972+gilbN@users.noreply.github.com> Date: Sun, 28 Feb 2021 23:27:28 +0100 Subject: [PATCH] =?UTF-8?q?neidas=C3=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qbittorrent/root/etc/cont-init.d/98-themepark | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qbittorrent/root/etc/cont-init.d/98-themepark b/qbittorrent/root/etc/cont-init.d/98-themepark index 49fca74e..65b7d88c 100644 --- a/qbittorrent/root/etc/cont-init.d/98-themepark +++ b/qbittorrent/root/etc/cont-init.d/98-themepark @@ -36,10 +36,10 @@ if [[ ! -d /themepark ]]; then printf '\nDownloading qBittorrent webui to "/themepark"..please wait\n' svn export https://github.com/qbittorrent/qBittorrent/trunk/src/webui/www /themepark printf '\nDownload finished\n\n' - printf '\nDownloading qBittorrent webui icons to "/themepark/public"..please wait\n' - svn export --force https://github.com/qbittorrent/qBittorrent/trunk/src/icons /themepark/public/icons - printf '\nDownloading qBittorrent webui icons to "/themepark/private"..please wait\n' - svn export --force https://github.com/qbittorrent/qBittorrent/trunk/src/icons /themepark/private/icons + printf '\nDownloading qBittorrent webui icons to "/themepark/xxx"..please wait\n' + svn export --force --quiet https://github.com/qbittorrent/qBittorrent/trunk/src/icons /temp + cp -a /temp/. /themepark/public/icons + cp -a /temp/. /themepark/private/icons printf '\nDownload finished\n\n' fi