diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index a91bc989..47c030bd 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -1,7 +1,7 @@ FROM scratch RUN \ -echo "::theme.park:: Installing svn package" && \ +echo "THEMEPARK :: INFO :: Installing svn package" && \ apt-get update \ apt-get install subversion -y diff --git a/qbittorrent/root/etc/cont-init.d/98-themepark b/qbittorrent/root/etc/cont-init.d/98-themepark index 810a862a..5df9e568 100644 --- a/qbittorrent/root/etc/cont-init.d/98-themepark +++ b/qbittorrent/root/etc/cont-init.d/98-themepark @@ -26,12 +26,12 @@ if [[ ! -d /themepark ]]; then echo '| Downloading WebUI files from github |' echo '---------------------------------------' svn export https://github.com/qbittorrent/qBittorrent/trunk/src/webui/www /themepark - printf 'Downloaded qBittorrent webui to "/themepark"\n' + printf '\nDownloaded qBittorrent webui to "/themepark"\n' svn export https://github.com/qbittorrent/qBittorrent/trunk/src/icons /temp cp -r /temp /themepark/public cp -r /temp /themepark/private rm -rf /temp - printf 'Downloaded qBittorrent webui icons to "/themepark"\n' + printf '\nDownloaded qBittorrent webui icons to "/themepark"\n' fi # Adding stylesheets