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