Skip to content

Commit

Permalink
use same style msg log
Browse files Browse the repository at this point in the history
  • Loading branch information
GilbN committed Jun 4, 2023
1 parent c04bc22 commit 80e58df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
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
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80e58df

Please sign in to comment.