From 74ea9cd25e9cb88b8267583f40eaecbe1563656e Mon Sep 17 00:00:00 2001 From: gilbN <24592972+gilbN@users.noreply.github.com> Date: Sun, 28 Feb 2021 21:27:23 +0100 Subject: [PATCH] echo fix --- qbittorrent/root/etc/cont-init.d/98-themepark | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/root/etc/cont-init.d/98-themepark b/qbittorrent/root/etc/cont-init.d/98-themepark index ddeb1542..bfdf8a6f 100644 --- a/qbittorrent/root/etc/cont-init.d/98-themepark +++ b/qbittorrent/root/etc/cont-init.d/98-themepark @@ -56,7 +56,7 @@ if ! grep -q "${TP_DOMAIN}" /themepark/private/index.html; then echo '| Adding the stylesheet to private index.html |' echo '-----------------------------------------------' sed -i "s/<\/head>/<\/head> /g" /themepark/private/index.html - printf 'Stylesheet set to %s on private index.html \n'"${TP_THEME}" + printf 'Stylesheet set to %s on private index.html\n' "${TP_THEME}" fi if ! grep -q "WebUI\\\RootFolder" /config/qBittorrent/qBittorrent.conf; then