From 7b7ee6e0818fe3d37720a84ed6b5468608e9331b Mon Sep 17 00:00:00 2001 From: gilbN <24592972+gilbN@users.noreply.github.com> Date: Sun, 28 Feb 2021 23:08:33 +0100 Subject: [PATCH] jadda --- qbittorrent/root/etc/cont-init.d/98-themepark | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qbittorrent/root/etc/cont-init.d/98-themepark b/qbittorrent/root/etc/cont-init.d/98-themepark index e06b014e..49fca74e 100644 --- a/qbittorrent/root/etc/cont-init.d/98-themepark +++ b/qbittorrent/root/etc/cont-init.d/98-themepark @@ -37,9 +37,9 @@ if [[ ! -d /themepark ]]; then 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 https://github.com/qbittorrent/qBittorrent/trunk/src/icons /themepark/public + 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 https://github.com/qbittorrent/qBittorrent/trunk/src/icons /themepark/private + svn export --force https://github.com/qbittorrent/qBittorrent/trunk/src/icons /themepark/private/icons printf '\nDownload finished\n\n' fi