From 981192e10a759b10f5b72ad281a9a10e51ae5b21 Mon Sep 17 00:00:00 2001 From: gilbN <24592972+gilbN@users.noreply.github.com> Date: Sun, 28 Feb 2021 22:33:20 +0100 Subject: [PATCH] correct cp command --- qbittorrent/root/etc/cont-init.d/98-themepark | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qbittorrent/root/etc/cont-init.d/98-themepark b/qbittorrent/root/etc/cont-init.d/98-themepark index 392c7990..e9b84fd4 100644 --- a/qbittorrent/root/etc/cont-init.d/98-themepark +++ b/qbittorrent/root/etc/cont-init.d/98-themepark @@ -38,8 +38,8 @@ if [[ ! -d /themepark ]]; then printf '\nDownload finished\n\n' printf '\nDownloading qBittorrent webui icons to "/themepark"..please wait\n' svn export https://github.com/qbittorrent/qBittorrent/trunk/src/icons /temp - cp -r /temp /themepark/public - cp -r /temp /themepark/private + cp -a /temp. /themepark/public + cp -a /temp. /themepark/private rm -rf /temp printf '\nDownload finished\n\n' fi