Browse Source

fix

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

4
qbittorrent/root/etc/cont-init.d/98-themepark

@ -38,8 +38,8 @@ if [[ ! -d /themepark ]]; then
printf '\nDownload finished\n\n' printf '\nDownload finished\n\n'
printf '\nDownloading qBittorrent webui icons to "/themepark"..please wait\n' printf '\nDownloading qBittorrent webui icons to "/themepark"..please wait\n'
svn export https://github.com/qbittorrent/qBittorrent/trunk/src/icons /temp svn export https://github.com/qbittorrent/qBittorrent/trunk/src/icons /temp
cp -a /temp /themepark/public cp -a /temp/. /themepark/public
cp -a /temp /themepark/private cp -a /temp/. /themepark/private
rm -rf /temp rm -rf /temp
printf '\nDownload finished\n\n' printf '\nDownload finished\n\n'
fi fi

Loading…
Cancel
Save