Browse Source

template path fix

pull/151/head
gilbN 4 years ago
parent
commit
21d41b18e0
  1. 4
      qbittorrent/root/etc/cont-init.d/98-themepark

4
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

Loading…
Cancel
Save