From 03a4be5096fafe3438e4edb4f9fad82c96ea9bbd Mon Sep 17 00:00:00 2001 From: gilbn Date: Thu, 5 Aug 2021 21:29:01 +0200 Subject: [PATCH] nzbget docker mod fix --- docker-mods/nzbget/root/etc/cont-init.d/98-themepark | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-mods/nzbget/root/etc/cont-init.d/98-themepark b/docker-mods/nzbget/root/etc/cont-init.d/98-themepark index ab37adff..dc264e44 100644 --- a/docker-mods/nzbget/root/etc/cont-init.d/98-themepark +++ b/docker-mods/nzbget/root/etc/cont-init.d/98-themepark @@ -38,6 +38,6 @@ if ! grep -q "${TP_DOMAIN}" "${APP_FILEPATH}"; then echo '| Adding the stylesheet |' echo '---------------------------' sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}" - ed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}" + sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}" printf 'Stylesheet set to %s\n' "${TP_THEME}" fi \ No newline at end of file