diff --git a/Dockerfile b/Dockerfile index f02fe86..4c6502a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ LABEL org.opencontainers.image.source="https://github.com/XxAcielxX/docker-rutor # modifications RUN \ echo "**** apply patches for /downloads ****" && \ - sed -i -e '152s/themes [*\]/themes/; 247s_[*/]_/downloads_; 153,154d;392,393d' '/etc/cont-init.d/03-config.sh' && \ + sed -i -e '152s/themes [*\]/themes/; 247s_[*/]_/downloads_; 153,154d;393,394d' '/etc/cont-init.d/03-config.sh' && \ sed -i -e '5,23s/[*/]complete//' '/tpls/etc/nginx/conf.d/webdav.conf' && \ sed -i -e '/pex\.set/s/yes/no/; /umask\.set/s/^/#/; 56,60d' '/tpls/.rtorrent.rc' && \ sed -i -e '/complete\//d; /temp\//d; /directory\.default/s/download_temp/download/' '/tpls/etc/rtorrent/.rtlocal.rc'