From 21d41b18e0927111da6b9b5ce8bbb3fa6df728e6 Mon Sep 17 00:00:00 2001 From: gilbN <24592972+gilbN@users.noreply.github.com> Date: Sun, 28 Feb 2021 15:30:53 +0100 Subject: [PATCH] template path fix --- qbittorrent/root/etc/cont-init.d/98-themepark | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 qbittorrent/root/etc/cont-init.d/98-themepark diff --git a/qbittorrent/root/etc/cont-init.d/98-themepark b/qbittorrent/root/etc/cont-init.d/98-themepark old mode 100755 new mode 100644 index 53582ab7..292a9cc3 --- a/qbittorrent/root/etc/cont-init.d/98-themepark +++ b/qbittorrent/root/etc/cont-init.d/98-themepark @@ -1,7 +1,7 @@ #!/usr/bin/with-contenv bash echo '------------------------------' -echo '| Rutorrent theme.park Mod |' +echo '| qBittorrent theme.park Mod |' echo '------------------------------' # Display variables for troubleshooting @@ -25,7 +25,7 @@ if [[ ! -d /theme ]]; then echo '--------------------------' echo '| Copying the template |' echo '--------------------------' - cp -r /root/defaults/theme /theme + cp -r /defaults/theme /theme printf 'Template copied to "/theme"\n' fi