Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.13.9 #497

Merged
merged 10 commits into from
Jun 4, 2023
Prev Previous commit
use same style msg log
  • Loading branch information
GilbN committed Jun 4, 2023
commit 80e58dfc316bd6a3fce9948c3e8e02b16ef4a3cd
5 changes: 3 additions & 2 deletions docker-mods/qbittorrent/root/etc/cont-init.d/98-themepark
Original file line number Diff line number Diff line change
@@ -117,8 +117,9 @@ if ! grep -q "${TP_DOMAIN}/css/base" /themepark/public/index.html; then
fi

# Clean all files
printf 'Cleaning files in /themepark for any translation text...\n\n
----------------------------------------------------------------\n\n'
echo '------------------------------------------------------------'
echo '| Cleaning files in /themepark for any translation text... |'
echo '------------------------------------------------------------'
find /themepark -type f \( ! -iname "*.svg" \) | while read fname
do
clean_file $fname
Original file line number Diff line number Diff line change
@@ -102,8 +102,9 @@ if ! grep -q "${TP_DOMAIN}/css/base" /themepark/public/index.html; then
fi

# Clean all files
printf 'Cleaning files in /themepark for any translation text...\n\n
----------------------------------------------------------------\n\n'
echo '------------------------------------------------------------'
echo '| Cleaning files in /themepark for any translation text... |'
echo '------------------------------------------------------------'
find /themepark -type f \( ! -iname "*.svg" \) | while read fname
do
clean_file $fname