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