From c63ed40c5a661664abb3afc388667e817a300967 Mon Sep 17 00:00:00 2001 From: gilbN <24592972+gilbN@users.noreply.github.com> Date: Sun, 28 Feb 2021 20:28:37 +0100 Subject: [PATCH] sfsdf --- qbittorrent/Dockerfile | 2 +- qbittorrent/root/etc/cont-init.d/98-themepark | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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