From 106833576660bb1532d33b04c0465de2d5cea6a8 Mon Sep 17 00:00:00 2001 From: gilbN <24592972+gilbN@users.noreply.github.com> Date: Sun, 28 Feb 2021 22:55:21 +0100 Subject: [PATCH] =?UTF-8?q?f=C3=B8kk=20it?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qbittorrent/root/etc/cont-init.d/98-themepark | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/qbittorrent/root/etc/cont-init.d/98-themepark b/qbittorrent/root/etc/cont-init.d/98-themepark index 41151c67..e06b014e 100644 --- a/qbittorrent/root/etc/cont-init.d/98-themepark +++ b/qbittorrent/root/etc/cont-init.d/98-themepark @@ -36,11 +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"..please wait\n' - svn export https://github.com/qbittorrent/qBittorrent/trunk/src/icons /temp - cp -a /temp/. /themepark/public - cp -a /temp/. /themepark/private - rm -rf /temp + printf '\nDownloading qBittorrent webui icons to "/themepark/public"..please wait\n' + svn export https://github.com/qbittorrent/qBittorrent/trunk/src/icons /themepark/public + printf '\nDownloading qBittorrent webui icons to "/themepark/private"..please wait\n' + svn export https://github.com/qbittorrent/qBittorrent/trunk/src/icons /themepark/private printf '\nDownload finished\n\n' fi