From bb6c6b7ef437286e0f709dc7c9001122b818faed Mon Sep 17 00:00:00 2001 From: gilbN <24592972+gilbN@users.noreply.github.com> Date: Sun, 28 Feb 2021 23:32:25 +0100 Subject: [PATCH] quiet --- qbittorrent/root/etc/cont-init.d/98-themepark | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qbittorrent/root/etc/cont-init.d/98-themepark b/qbittorrent/root/etc/cont-init.d/98-themepark index 65b7d88c..6f126dbb 100644 --- a/qbittorrent/root/etc/cont-init.d/98-themepark +++ b/qbittorrent/root/etc/cont-init.d/98-themepark @@ -34,12 +34,13 @@ if [[ ! -d /themepark ]]; then echo '| Downloading WebUI files from github |' echo '---------------------------------------' printf '\nDownloading qBittorrent webui to "/themepark"..please wait\n' - svn export https://github.com/qbittorrent/qBittorrent/trunk/src/webui/www /themepark + svn export --quiet https://github.com/qbittorrent/qBittorrent/trunk/src/webui/www /themepark printf '\nDownload finished\n\n' printf '\nDownloading qBittorrent webui icons to "/themepark/xxx"..please wait\n' svn export --force --quiet https://github.com/qbittorrent/qBittorrent/trunk/src/icons /temp cp -a /temp/. /themepark/public/icons cp -a /temp/. /themepark/private/icons + rm -rf /temp printf '\nDownload finished\n\n' fi